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 python better than javascript?
Entire content of a JavaScript source file in a function block?
When would you use var in your declaration and when you wouldn’t?
Is javascript open source?
How to test a string as a literal and as an object ?
How do I view javascript files in chrome?
Which is best for front end?
What is lazy instantiation in java?
What are 2 (shorthand) boolean operators supported by javascript
Why does the browser display the slow script warning?
What is s+ in regex?
What is the difference between scripting and programming?
What is the function of deferred scripts?
How to remove duplicates from javascript array?
Why is javascript used for web pages?