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.
- Host: GitHub
- URL: https://github.com/vaibhavmojidra/demos---javascript-basics-for-starting-react
- Owner: VaibhavMojidra
- Created: 2021-02-28T18:25:14.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-02-28T18:31:30.000Z (over 5 years ago)
- Last Synced: 2025-02-16T01:13:54.140Z (over 1 year ago)
- Topics: basics-of-javascript, javascript, javascript-es6, javascriptes6, mojidra, vaibhav, vaibhav-mojidra, vaibhavmojidra
- Language: JavaScript
- Homepage: https://vaibhavmojidra.github.io/site/
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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