What are the seven data types of javascript?



What are the seven data types of javascript?..

Answer / Vishwanath Chakravarty

JavaScript has seven primary data types: Number, BigInt, String, Boolean, null, undefined, and Symbol.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More JavaScript Interview Questions

Can I learn javascript without knowing java?

1 Answers  


Explain a story about javascript performance problems?

1 Answers  


what is the difference between window & document in javascript?

1 Answers  


What is the use of a boolean object in javascript?

1 Answers  


Write a main method that prompts the user to enter the starting population, birth and death rates, and the number of years. The input birth and death rates cannot be negative, the starting population cannot be less than 2, and the number of years greater than 0. If the user enters an invalid value, this program will prompt user to re-enter the value until a valid value has been read. When all input values are valid, call on the methods above to compute estimated population and print result.

0 Answers   Wipro,


What causes memory leaks?

1 Answers  


what is eval pls breif information send me

1 Answers  


What are classes in javascript?

1 Answers  


What is the difference between null & undefined?

1 Answers  


How does typeof operator work?

1 Answers  


What are different types of scope chain available in javascript?

1 Answers  


What is nodetype in javascript?

1 Answers  


Categories