An open API service indexing awesome lists of open source software.

https://github.com/vaibhavmojidra/demos---javascript-basics-for-starting-react

JavaScript ES6 (ECMAScript 2015) is the 6th edition of the ECMAScript language specification, which is the standard for JavaScript. ES6 introduced many new features and improvements to the language, such as arrow functions, classes, template literals, let and const declarations, and destructuring, among others.
https://github.com/vaibhavmojidra/demos---javascript-basics-for-starting-react

basics-of-javascript javascript javascript-es6 javascriptes6 mojidra vaibhav vaibhav-mojidra vaibhavmojidra

Last synced: 11 months ago
JSON representation

JavaScript ES6 (ECMAScript 2015) is the 6th edition of the ECMAScript language specification, which is the standard for JavaScript. ES6 introduced many new features and improvements to the language, such as arrow functions, classes, template literals, let and const declarations, and destructuring, among others.

Awesome Lists containing this project

README

          

# Demos---Javascript-basics-for-starting-react

- Arrow functions
- Arrays and high order functions
- Classes
- Inheritance
- let vs const vs var
- Modules
- Objects
- Object Destructuring
- Promises
- Spread Operators