JavaScript Cheatsheet

JavaScript programming language quick reference

Variables

var, let, const, hoisting, scope, closures

Functions

Function declarations, expressions, arrow functions, callbacks, promises, async/await

Objects

Object literals, constructors, prototypes, classes, destructuring

Arrays

map, filter, reduce, find, forEach, some, every, spread operator