- JavaScript - MDN
- Node.js Manual & Documentation
- Awesome Node.js – A curated list of delightful Node.js packages and resources.
- Annonated ES5
- Speaking JavaScript - Dr. Axel Rauschmayer
- You Don't Know JS (book series) - Kyle Simpson
- Stream Handbook for Node.js - James Halliday
(I'm only adding 100% freely accessible resources for now, so no paid books)
- Named function expressions demystified - kangax – explains not only NFEs, but Function expressions vs. Function declarations very well too.
- Immediately-Invoked Function Expression (IIFE) - Ben Alman
- Understanding JavaScript’s this keyword - JavaScript, JavaScript…
- What is the Execution Context & Stack in JavaScript? - David Shariff