Answer Posted / luckie
These are the different Javascript types.
Numbers (1, 2, 3, 59.45 etc.)
Booleans (true,false)
Strings ("Hello")
null (no value)
undefined (type of value is not defined)
except Yvar Who ever answered here for the question for different type javascript.
| Is This Answer Correct ? | 6 Yes | 2 No |
Post New Answer View All Answers
What is NaN?
How to read elements of an array in JavaScript?
Example of using regular expressions for syntax checking in javascript?
Is null === undefined?
What is the syntax of ‘self invoking function’? Give an example?
What is the difference between null and undefined?
What is the importance of javascript?
What is createtextnode?
How to define name function in javascript?
What is event in web programming?
What is the use of 'bind' method in JavaScript?
How to create multiline strings in javascript?
Explain how to detect the operating system on the client machine?
Which type of variable among global and local, takes precedence over other if names are same?
Explain javascript event delegation model?