The ignore() function discards the value of its argument and returns ().
ignore()
()
mySideEffect()->Promise.catch(handleError)->ignore setTimeout(myFunc, 1000)->ignore
The ignore() function