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

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

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: