In ECMAScript 2015 there are two new variable types, let and const. Const is what it sounds like, a constant whose value cannot be changed after it has been defined…. [Continue Reading]
Tag: ES6
Last week we looked at some ECMAScript 2015 basic concepts which you can review in this article. We also tried playing around with these concepts, but were not very successful, here… [Continue Reading]
History of JavaScript Netscape Navigator 2.0 was the first web browser to ship with JavaScript in March 1996. The code name of the language was originally “Mocha”, then LiveScript. Its… [Continue Reading]