What is ECMAScript? In brief, ECMAScript is a standard for JavaScript, and JavaScript is actually an implementation of ECMAScript. Here’s a JavaScript history timeline from webapplog.com, which will help you to understand it. JavaScript was born as LiveScript in 1995 In 1997, ECMAScript standards were established In 1999 ES3 came out and IE5 became very popular […]
Ivy Wang