How to Code - JavaScript Const and Let

Publicado em: 13 Novembro 2016
no canal de: 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...


Nesta página do site você pode assistir ao vídeo on-line How to Code - JavaScript Const and Let duração hora minuto segundo em boa qualidade , que foi baixado pelo usuário SMKS Studios 13 Novembro 2016, compartilhe o link com seus amigos e conhecidos, no youtube este vídeo já foi visto 636 vezes e gostou 5 espectadores. Boa visualização!