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
Are Attributes and Property the same?
How do I write script-generated content to another window?
Define event bubbling?
What is a name function in javascript?
Does javascript support automatic type conversion?
I am providing the Online& class room training on Worksoft Certify for SAP/HTML/JAVA using real time scenarios in a real time environment for a real time project, If any one is interested please get in touch with me on aimansaud@gmail.com
Write a program to reverse a string in pure javascript?
What are nodes in javascript?
How do I run javascript in chrome?
Does javascript support foreach loop?
what is the difference between the below two statements:- (1) var myname = "akiii"; (2) myname = "akiii";
Why is javascript so hard?
What is dataview in javascript?
Is everything in javascript asynchronous?
What is an object in javascript, give an example?