Tag Archives: ES6

ES6 deep dive

By | October 8, 2020

ES6 Introduction JavaScript is an implementation of the ECMA script. The link to the full specification can be found at https://www.ecma-international.org/ecma-262/6.0. I will try to highlight some features that will help developers write cleaner JavaScript code. As we all know JavaScript has been there for years, I remember working on JavaScript in the year 2000,… Read More »