Learn JavaScript 01: How to Declare & Use Variables
Aug 23 2020

Sivaraman Dhamodaran

Declaring a variable in JavaScript is type less. It allocates memory, but there is no type bound to it. This video shows how you can declare a variable and store value in it. The video also shows what setting it requires for running java script in IE and Chrome browsers.