https://github.com/vanhakobyan/ecmascript6
ECMAScript 6 ideologies
https://github.com/vanhakobyan/ecmascript6
ecmascript2016 ecmascript6 javascript nodejs
Last synced: about 1 month ago
JSON representation
ECMAScript 6 ideologies
- Host: GitHub
- URL: https://github.com/vanhakobyan/ecmascript6
- Owner: VanHakobyan
- Created: 2018-03-14T12:23:50.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-26T18:00:51.000Z (about 8 years ago)
- Last Synced: 2025-04-03T17:29:29.986Z (about 1 year ago)
- Topics: ecmascript2016, ecmascript6, javascript, nodejs
- Language: JavaScript
- Homepage:
- Size: 93.8 KB
- Stars: 4
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

Current browsers don’t support all the new ECMAScript 6 (aka ECMAScript 2015) features yet (see comptability table). You need to use a compiler (transpiler) to transform your ECMAScript 6 code to ECMAScript 5 compatible code. Although there are other options, Babel has become the de-facto standard to compile ECMAScript 6 applications to a version of ECMAScript that can run in current browsers. Babel can also compile other versions of ECMAScript as well as React’s JSX, but that is beyond the scope of this tutorial.
### My simple codes and projects
1. [Variables](https://github.com/VanHakobyan/ECMAScript6/tree/master/Variables)
2. [Strings](https://github.com/VanHakobyan/ECMAScript6/tree/master/Strings)
3. [Functions](https://github.com/VanHakobyan/ECMAScript6/tree/master/functions)
4. [Arrays](https://github.com/VanHakobyan/ECMAScript6/tree/master/Arrays)
5. [Operators](https://github.com/VanHakobyan/ECMAScript6/tree/master/Operators)
6. [Classes](https://github.com/VanHakobyan/ECMAScript6/tree/master/Classes)
7. [Map](https://github.com/VanHakobyan/ECMAScript6/tree/master/Map)
8. [Set](https://github.com/VanHakobyan/ECMAScript6/tree/master/Set)
9. [Object](https://github.com/VanHakobyan/ECMAScript6/tree/master/Object)
10. [Promice](https://github.com/VanHakobyan/ECMAScript6/tree/master/Promice)
11. [KinoSite](https://github.com/VanHakobyan/ECMAScript6/tree/master/KinoSite)

### About :pencil2:
* Web Storm 2017 :closed_book:
* ECMAscript 6 :notebook_with_decorative_cover: