Passionate for all stuff about web development, mostly about things which are going along with JavaScript. Currently working for Seznam.cz. #javascript, #nodejs
See more
Batched operations are always as slow as the slowest operation in the batch
Function currying is the process of successive partial applications, until the last argument is given at which point the result of the function is returned. A curried version of the add function might be written as:
Async iterator has same next method like ECMAScript plain iterator, but it returns a Promise resolving to Objects with value, done fields rather than just the object.
next
value
done