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 ? | 52 Yes | 8 No |
Post New Answer View All Answers
Can we create session in javascript?
How to achieve inheritance in javascript?
Example of using regular expressions for syntax checking in javascript?
When do we use JSON.stringify()?
What is the difference between window and document in Javascript?
Javascript, Pass by Value or Pass by Reference?
Define unescape() function?
Is it safe to use javascript?
How much do javascript programmers make?
What does => mean in node js?
What is a closure and why are they so useful to us?
What is escape() function?
Is javascript free to install?
In javascript what is an argument object?
How can you declare a class in javascript?