Explore >> Select a destination


You are here

andreasimonecosta.dev
| | aaronstacy.com
9.2 parsecs away

Travel
| |
| | domenic.me
10.3 parsecs away

Travel
| | A reference guide for JavaScript iterator and generator terminology, from back when they were just starting to see implementations in JavaScript engines.
| | mihai.fm
13.6 parsecs away

Travel
| |
| | staltz.com
67.2 parsecs away

Travel
| The cornerstone of JavaScript is the function. It is a flexible abstraction that works as the basis for other abstractions, such as Promises, Iterables, Observables, and others. I have been teaching these concepts in conferences and workshops, and over time I have found an elegant summary of these abstractions, layed out in a pyramid. In this blog post I'll provide a tour through these layers in the pyramid. FUNCTIONS X => Y Function Value The very b...