Articles tagged: Variables
Found 5 documents
- Learn/JavaScript/First_steps In our first JavaScript module, we first answer some fundamental questions such as "what is ...
- Learn/JavaScript/First_steps/A_first_splash Now you've learned something about the theory of JavaScript, and what you can do with it, we are ...
- Learn/JavaScript/First_steps/Silly_story_generator In this assessment you'll be tasked with taking some of the knowledge you've picked up in this ...
- Learn/JavaScript/First_steps/Variables By now you should know a reasonable amount about JavaScript variables and how to create them. In ...
- Web/JavaScript/Reference/Statements/let The let statement declares a block scope local variable, optionally initializing it to a value.