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
What are the five data types?
what is the different between html and java?why the java is required in internet?
Which built-in method combines the text of two strings and returns a new string?
Is it safe to use javascript?
What is event in web programming?
How typeof operator works?
What is Browser Object Model?
What are a fixed-width table and its advantages in javascript?
Difference between undefined and undeclared variables?
Explain higher-order functions in javascript?
What is the use of a weakmap object in javascript?
How do you reverse a string in javascript?
How many types of functions JavaScript supports?
Name some of the Javascript frameworks?
Are javascript variables global?