How do Promises Work? - Quils in Space

Javascript
Understanding JavaScript Constructors | CSS-Tricks
The following is a guest post by Faraz Kelhini. Some of this stuff is out of my comfort zone, so I asked Kyle Simpson to tech check it for me. Kyle's
Quick trick: using template to delay loading of images | Christian Heilmann
MostlyAdequate/mostly-adequate-guide
Mostly adequate guide to FP (in javascript). Contribute to MostlyAdequate/mostly-adequate-guide development by creating an account on GitHub.
mattdesl/promise-cookbook
:orange_book: a brief introduction to using Promises in JavaScript - mattdesl/promise-cookbook
Higher-order functions - Part 1 of Functional Programming in JavaScript - Y
How to handle a bunch of requests using JS promises | 4waisenkinder
Yesterday I procrastinated the stuff I wanted (and should) do and spent a lot of time browsing Github and checking what is going on in the JS world. …
Callback Hell: Leitfaden für asynchrone JavaScript-Apps
Auf der Website 'CallbackHell.com' findet sich ein Leitfaden für das Entwickeln von asynchronen JavaScript-Apps, die viele Callbacks einsetzen.
Essential JavaScript Design Patterns
An open-source book on JavaScript Design Patterns
javascript - How to detect a click outside an element? - Stack Overflow
I have some HTML menus, which I show completely when a user clicks on the head of these menus. I would like to hide these elements when the user clicks outside the menus' area. Is something like t...