Answer Posted / yvar
"Types" in programming languages refer to the type of value
a language recognizes.
Javascript recognizes 5 types:
Numbers (1, 2, 3, 59.45 etc.)
Booleans (true,false)
Strings ("Hello")
null (no value)
undefined (type of value is not defined)
| Is This Answer Correct ? | 53 Yes | 8 No |
Post New Answer View All Answers
What is the use of a typedarray object in javascript?
What is the use of decodeuri() and encodeuri()?
what is a dataset
Write a program in Java to display the IP address of the local and remote machine.
What is dhtml in javascript?
How can javascript language be separated from objects?
What is undefined x 1 in JavaScript?
How to get the primitive value of a string in Javascript?
How to write a hello world example of javascript?
How to loop through array in javascript?
Explain the difference between call() and apply()?
What are local variables in javascript?
what is the difference between let, var, and const?
Is javascript a security risk?
What are the scopes of a variable in javascript?