What are the different data types in javascript?



What are the different data types in javascript?..

Answer / hr@tgksolutions.com

JavaScript has seven primitive types and one non-primitive type:
• Primitive Types: String, Number, Boolean, Undefined, Null, Symbol, BigInt
• Non-Primitive Type: Object (includes Arrays, Functions, and more)

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More PHP Interview Questions

Tell me can the value of a constant change during the script's execution?

0 Answers  


How to get the position of the character in a string in php?

0 Answers  


What are the four scalar types of php?

0 Answers  


What is config file in php?

0 Answers  


Why do we show php code in browser?

0 Answers  


How to reset/destroy a cookie?

0 Answers  


What is difference between action hook and filter hook?

0 Answers  


What are the new features in php 7?

0 Answers  


Explain what does $_files means?

0 Answers  


What is advanced php programming?

0 Answers  


How does php sessions work?

0 Answers  


What is inheritance in php?

0 Answers  


Categories