javascript

ES2015+ Cheatsheet

A quick overview of new JavaScript features in ES2015, ES2016, ES2017, ES2018 and beyond.

JavaScript Promises Cheatsheet

A promise represents the eventual result of an asynchronous operation. JavaScript promises were added to the language in ES-2015.

JSDoc Cheatsheet

JSDoc 3 is an API documentation generator for JavaScript, similar to Javadoc or phpDocumentor. You add documentation comments directly to your source code, right alongside the code itself. The JSDoc tool will scan your source code and generate an HTML documentation website for you.

React Cheatsheet

React.js is a declarative, component based JavaScript library for building user interfaces.