JS
Basics
JS Cheatsheets
Babel
Babel is a popular JavaScript compiler that allows you to use the latest ECMAScript features and syntax while targeting different browser environments. Babel can transpile your modern JavaScript code into an older version that is compatible with a wider range of browsers.