Y
Hacker News
new
|
ask
|
show
|
jobs
by
amackera
3742 days ago
Out of curiosity, would it be possible to be able to do async actions without side effects?
1 comments
adyus
3742 days ago
setTimeout() ?
link
danmaz74
3742 days ago
Creating a timeout modifies the global state and is therefore a side effect.
link