Skip to content

Instantly share code, notes, and snippets.

@jacqueminv
Last active August 29, 2015 14:07
Show Gist options
  • Select an option

  • Save jacqueminv/40f5877b3d124b66adae to your computer and use it in GitHub Desktop.

Select an option

Save jacqueminv/40f5877b3d124b66adae to your computer and use it in GitHub Desktop.
ECMAScript (ECMA-262) versions history
+-------+-------------------+
|Version|Date of publication|
+-------+-------------------+
|1 |June 1997 |
+-------+-------------------+
|2 |August 1998 |
+-------+-------------------+
|3 |December 1999 |
+-------+-------------------+
|5.1 |June 2011 |
+-------+-------------------+
|6 |Pending |
+-------+-------------------+
Standards are listed here: http://www.ecma-international.org/publications/standards/Ecma-262-arch.htm
ES-caniuse: http://kangax.github.io/compat-table/es5/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment