Common JavaScript terminology

ECMAScript / ES

ECMAScript (ES for short) is a JavaScript standard to ensure interoperability across different web browsers and runtimes.

You will often see terms like es6 or es2015 used to describe features of JavaScript. This is simply referring to the version or year that specific JavaScript syntax was released.