alonronin 2199 days ago. link 2 points ▲ ▼I think you should add Async Iterators and Async Generators: http://2ality.com/2016/10/asynchronous-iteration.html
alonronin 2439 days ago. link -1 point ▲ ▼const only make sure you cannot REASSIGN the variable again. if you wish to have immutable objects use (https://github.com/mweststrate/immer) or immutable.js. linters do have rules for prohibiting side affects (https://eslint.org/docs/rules/no-param-reassign)