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

setTimeout() ?
Creating a timeout modifies the global state and is therefore a side effect.