title: ECMAScript 2015 author: name: Jonathan Reyes twitter: jreyes33 url: https://jreyes.org/es2015 output: index.html style: styles/slides.css
--
--
ECMA-262
6th Edition / Draft March 17, 2015
Ecma/TC39/2015/0XX
ECMAScript 2015
- Aligned with ISO/IEC 16262
- Current version is 5.1 (June 2011)
- Feature frozen in 2014
- To be published on June 18, 2015
--
--
- ES Harmony (2008)
- ES.next (2011)
- ES6 (2011)
- ES 2015 (2015)
--
Source: ECMAScript 6 compatibility table
--
Source: ECMAScript 6 compatibility table
--
Source: ECMAScript 6 compatibility table
--
--
- ES6 Learning (list of resources)
- Axel Rauschmayer's articles
- Understanding ECMAScript 6 by Nicholas Zakas
- Learn Harmony (interactive lessons)
--
-- demo
<iframe src="demo.html"></iframe>--
- Map, WeakMap, WeakSet
- Proxies and Reflect
- Modules
- Iterators
- API additions in Math, Number, String, Object
--
<script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-10144665-8', 'auto'); ga('send', 'pageview'); </script>