ES6: ‘let’ keyword to declare variable in JavaScript

4

“LET keyword allows us to declare a variable with the block-level scope which was not possible in JavaScript programming language before.” Till EcmaScript 5 one of the tricky parts in JavaScript has been the way variable declaration works. In

Read this post on codingeek.com


Hitesh Garg

blogs from Gurgaon