How to Code - JavaScript Const and Let

Publié le: 13 novembre 2016
sur la chaîne: 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...


Sur cette page du site, vous pouvez voir la vidéo en ligne How to Code - JavaScript Const and Let durée heure minute seconde en bonne qualité , qui a été Téléchargé par l'utilisateur SMKS Studios 13 novembre 2016, Partagez le lien avec vos amis et connaissances, sur youtube cette vidéo a déjà été regardée 636 fois et il a aimé 5 téléspectateurs. Bon visionnage!