In my previous post I wrote about let keyword, in this post I would like to write about another new ECMAScript 6 keyword, const. There…
1 CommentTag: es6 tutorial
In this tutorial I will introduce you to new ECMAScript 6 let keyword. Variables declared with let keyword behave like other languages variables. These variables…
Leave a Comment