From 2c18bbe3af33b6ac5771e666987464a31bf6f70b Mon Sep 17 00:00:00 2001 From: Jonathan Hoguet Date: Tue, 16 Feb 2016 18:25:22 -0500 Subject: [PATCH] EMCA should be ECMA see https://en.wikipedia.org/wiki/ECMAScript --- class1.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/class1.html b/class1.html index 73f74c0..00e6e2b 100644 --- a/class1.html +++ b/class1.html @@ -145,12 +145,12 @@

History of JavaScript

  • Developed by Brendan Eich of Netscape in 1995 (in 10 days!). Originally called Mocha, then LiveScript.
  • Java?—Actually JavaScript has nothing to do with the language Java. Java was just the cool kid in town at the time.
  • Script—Instructions that a computer can run one line at a time
  • -
  • Standardized in 1997 as EMCAScript (ES6 finalized in 2015, but not fully supported)
  • +
  • Standardized in 1997 as ECMAScript (ES6 finalized in 2015, but not fully supported)
  • @@ -737,4 +737,4 @@

    Questions?

    - \ No newline at end of file +