Expert Developer JavaScript Question:

What are the two basic groups of dataypes in JavaScript?

Tweet Share WhatsApp

Answer:

They are as -
► Primitive
► Reference types.

Primitive types are number and Boolean data types. Reference types are more complex types like strings and dates.

Download Expert JavaScript Developer PDF Read All 150 Expert JavaScript Developer Questions
Previous QuestionNext Question
Explain how can you submit a form using JavaScript?What is the 'Strict' mode in JavaScript and how can it be enabled?