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
List the comparison operators supported by javascript?
Are Typescript and Javascript the same?
wap to accept an int array frm the user and print the lucky nos.
What is the function of deferred scripts?
What can I build with javascript?
What is the difference between textContent and innerText?
How to open url in a new tab in javascript?
What are associative arrays in javascript?
How to write hello world on the web page?
What is difference == and === in javascript?
Do you have to declare variables in javascript?
How many days it will take to learn javascript?
Explain the difference between call() and apply()?
How can javascript language be separated from objects?
Event bubbling and Event Capturing in JavScript?