JavaScript Tutorial




Lesson 3 - Variables




JavaScript is the most popular programming language in the world.

It is used for programming in Web Pages. You can use variables for storing data. You have to define a variable like this (name) = "text"; when you need to call it, just write the variable name. This is helpful because instead of writing the data stored in the variable, you just write the variable. It makes coding a whole lot easier.

Its not only for numbers, variables can also be used to store text.



< Previous------------------------- Next >