π 33 JavaScript concepts every developer should know.
This repository was created with the intention of helping developers master their concepts in JavaScript. It is not a requirement, but a guide for future studies. It is based on an article written by Stephen Curtis and you can read it here.
π Considered by GitHub as one of the top open source projects of 2018!
Feel free to submit a PR adding a link to your own recaps or reviews. If you want to translate the repo into your native language, please feel free to do so.
All the translations for this repo will be listed below:
### <b>Books</b>
You Don't Know JS Yet, 2nd Edition: Scope & Closures β Kyle Simpson
π JavaScript FunctionsβββUnderstanding The Basics β Brandon Morelli
π The battle between Function Scope and Block Scope β Marius Herring
π The Difference Between Function and Block Scope in JavaScript β Joseph Cardillo
π Function Scopes and Block Scopes in JavaScript β Samer Buna
π Understanding Scope and Context in JavaScript β Ryan Morr
π When to use a function declaration vs. a function expression β Amber Wilkie
π A JavaScript Fundamentals Cheat Sheet: Scope, Context, and βthisβ β Alexandra Fren
super
in JavaScript
this
. (Javascript) β Jason Yu
typeof
and instanceof
: simplifying dynamic type checks β Dr. Axel Rauschmayer
Promise
101 β Igor Irianto