Episode
Declaring variables [9 of 51]
Variables allow you to store pieces of information and are core to programming. How you declare variables in JavaScript has a large impact on how the variable will work and the changes you are (and aren't) allowed to make to it. We'll show you how to declare variables, and the best practices.
- Learn more at https://github.com/microsoft/beginners-intro-javascript-node
- Watch the entire series: https://aka.ms/BeginnersSeriesToJavaScript
#JavaScript #Beginners #Tutorial #NodeJS
Variables allow you to store pieces of information and are core to programming. How you declare variables in JavaScript has a large impact on how the variable will work and the changes you are (and aren't) allowed to make to it. We'll show you how to declare variables, and the best practices.
- Learn more at https://github.com/microsoft/beginners-intro-javascript-node
- Watch the entire series: https://aka.ms/BeginnersSeriesToJavaScript
#JavaScript #Beginners #Tutorial #NodeJS
Have feedback? Submit an issue here.