Explore >> Select a destination


You are here

alexanderell.is
| | www.binovarghese.com
9.8 parsecs away

Travel
| | A higher order function is a function that takes one or more functions as arguments, or returns a function as its result.
| | idiallo.com
10.6 parsecs away

Travel
| | There are many ways to detect if an object is an array. I found a single line of code to rule them all.
| | www.cheehow.dev
12.4 parsecs away

Travel
| | A placeholder function for simluating the delay from AJAX calls.
| | staltz.com
70.3 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...