Essential Javascript
04 Apr 2016ECMAScript
- Javascript is also evolving over the years, the latest revision is ES6 (June 2015)
- Regex/exception added in ES3, strict mode/json/reflection added in ES5
- ES6: iterators, generators, binary data, arrow functions, typed arrays, collections, promises, proxies (metaprogramming for virtual objects and wrappers)