How to Code - JavaScript Const and Let

Published: 13 November 2016
on channel: SMKS Studios
636
5

Snippet: https://gist.github.com/smks/d41c2d67...

The let statement declares a block scope local variable, optionally initializing it to a value.

Constants are block-scoped, much like variables defined using the let statement. The value of a constant cannot change through re-assignment, and it can't be redeclared.

http://www.opencanvas.co.uk

References:
http://es6-features.org/#Constants
https://developer.mozilla.org/en-US/d...
https://developer.mozilla.org/en-US/d...


On this page of the site you can watch the video online How to Code - JavaScript Const and Let with a duration of hours minute second in good quality, which was uploaded by the user SMKS Studios 13 November 2016, share the link with friends and acquaintances, this video has already been watched 636 times on youtube and it was liked by 5 viewers. Enjoy your viewing!