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
Is function a data type in javascript?
What is design pattern in javascript? Explain
What is JavaScript?
Is javascript enabled on my computer?
What are javascript closures?when would you use them?
How typeof operator works?
How can javascript codes be hidden from old browsers that don't support javascript?
What is a scope in javascript?
How do I open a website code?
How host objects are different from native objects in javascript?
How Does Function Hoisting Work in JavaScript?
What are types of javascript?
Do you need to declare variables in javascript?
what is event bubbling and event capturing in javascript?
how to get no of items from from weblist?