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 does === mean in js?
Why is javascript so hard?
Difference between Client side JavaScript and Server side JavaScript?
Define unescape() and escape() functions?
Explain hoisting in javascript?
Is javascript a security risk?
What are the two basic groups of dataypes in javascript?
What is the use of a map object in javascript?
List the comparison operators supported by javascript?
Why is my javascript function not defined?
Does apple use javascript?
What is === in javascript?
What close() does in javascript?
Is javascript frontend or backend?
How to disable an html object ?