JavaScript Variables in Tamil | JavaScript Tutorial in Tamil
We have to use var keyword before the user defined variable name.The following conditions we a have to follow
1.name should not start with numbers.
2.the variable name may be in uppercase or in lowercase.
3.it can start with _(underscore).
We have to use var keyword before the user defined variable name.The following conditions we a have to follow
1.name should not start with numbers.
2.the variable name may be in uppercase or in lowercase.
3.it can start with _(underscore).