+ 1
variables kinds in JavaScript?
2 Antworten
+ 3
There are basically 4 variable types in Javascript :-
1) Which represents Numbers ,know as Numbers only.
2) Which represents a sequence of Characters ,known as Strings.
3) Which represents Boolean value ,which is either true or false.Known as Boolean.
4) Which represents that the value is not defined ,known as Undefined.