JavaScript Variables
Image by indicoderz |
a = MBdocument.write ("a")
Type of JavaScript Variables
- Var
- Let
- Const
How to use variables
<Script>Var b = "Hello lndicoderz";document.write (x) ;// Without " value use</Script>
Note:-
If you want to print any variables then don't used " .
because if you (" x ") use then same value will be printed.
ReplyDeletePost a Comment