JavaScript ES6 Tutorial #3 - The Let Keyword

Yo ninjas, in this Ecmascript 6 tutorial, I’ll be introducing you to the ’let’ keyword. The let keword allows us to create a variable with lexical scope, which essentially means that the variable does not ignore code blocks. When we create a variable using the let keyqord within a code block, the variable is said to have lexical scope, and only applies WITHIN that code block. ---— COURSE LINKS: Chrome Canary - Brackets editor - Babel - --------------------------------------------------------------------------------------------- You can find more front-end development tutorials on CSS, HTML, JavaScript, jQuery, WordPress & more on the channel homepage... SUBSCRIBE TO CHANNEL - https://www. ... #TheNetNinja #ecmascript_6 #ecma_script_6 #ecmascript #ecmascript_6_tutorial #ecmascript_6_tutorials #es6 #es6_tutorial #es6_tutorials #lexical_scope 20160331 DWxs3Sjzg2E
Back to Top