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
Does spacing matter in javascript?
What is the difference between undefined value and null value?
Why do we need npm?
How is a relation not a function?
How do I activate javascript on my phone?
How can you create an Object in JavaScript?
What are the decodeURI() and encodeURI()?
What is unobtrusive javascript? How to add behavior to an element using javascript?
What is the use of window object?
How to delete an array entry using javascript?
What is difference between ajax and javascript?
what is the different between html and java?why the java is required in internet?
What is the difference between JavaScript and jscript?
What are parameters in javascript?
Why it is not advised to use innerhtml in javascript?