What is primitive data types in javascript?
Answer / Piyush Kumar Singh
In JavaScript, the primitive data types include: Number (integers and floating-point numbers), String (text), Boolean (true or false), Null (empty value), Undefined (variable with no value assigned), and Symbol (unique identifiers for objects).
| Is This Answer Correct ? | 0 Yes | 0 No |
What is event bubbling and capturing in javascript?
What is a prompt box in javascript?
What are data structures in javascript?
Explain how to write class methods vs. Instance methods.
Explain how to read and write a file using javascript?
Does javascript support foreach loop?
What do mean by NULL in Javascript?
What is undefined in math?
What is closure? Give an example.
What is ‘this’ keyword in JavaScript?
Can array in javascript be extended?
Is javascript used for backend?