https://github.com/sigit-wasis/es6
A complete guide for beginners to learn the essential topics of ES6 which are required to learn React JS
https://github.com/sigit-wasis/es6
ecmascript2015 es6 javascript
Last synced: 5 months ago
JSON representation
A complete guide for beginners to learn the essential topics of ES6 which are required to learn React JS
- Host: GitHub
- URL: https://github.com/sigit-wasis/es6
- Owner: Sigit-Wasis
- Created: 2020-10-07T12:24:57.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-10-09T03:05:44.000Z (over 5 years ago)
- Last Synced: 2024-12-30T06:22:54.812Z (over 1 year ago)
- Topics: ecmascript2015, es6, javascript
- Language: JavaScript
- Homepage: https://sigit-wasis.github.io
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Apa itu ES6 atau ECMAScript 2015?
ES6 adalah sebuah singkatan dari ECMAScript versi 6. ES6 release pada tahun 2015, jadi ES6 sama ES 2015 sama. ECMAScript adalah sebuah standarisasi scripting language (Javascript) yang dibuat oleh European Computer Manufacturers Association (ECMA).
### Fitur dari ES6
Ini adalah beberapa fitur dari ES6 :
1. Pembuatan variabel menggunakan let dan const
2. Semplate Strings
3. Arrow Functions
4. Rest and Spread Operator
5. Destructuring
6. Array Function : find() and findIndex()
7. Classes
8. Promise
dan banyak lagi lainnya
### Babel
Babel merupakan plugin Javascript compiler yang bisa mengubah kode yang ditulis menggunakan ES6 menjadi kode yang bisa berjalan pada browser yang tidak atau belum mendukung ES6.
* Link : https://bit.ly/36H0tRC *
*** Salam Koding ***