What are the types of data types?
Answer / Himanshu Varshney
In JavaScript, there are two main categories of data types: Primitive (or simple) data types: Number, String, Boolean, Null, Undefined, and Symbol; and composite (or complex) data types: Object and Array.
| Is This Answer Correct ? | 0 Yes | 0 No |
Consider the following code: 1 2 3 4 5 (function() { var a = b = 5; })(); console.log(b); what will be printed on the console?
What is the use of document object?
What is a named function in JavaScript? How to define a named function?
What e means?
What is the difference between Local Storage and Session Storage?
What are different types of inheritence? Which inheritance is followed in javascript.
How can JavaScript be used?
1 Answers Deloitte, JPMorgan Chase,
What is an Event Bubbling in Javascript?
What does undefined value mean in javascript?
find the common prime divisors of two given numbers
What is enum with example?
What are the datatypes in javascript?