Blog A simple blog based on Jekyll

Essential Javascript

ECMAScript

  • 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)