Expert Developer JavaScript Question:

What are the two basic groups of dataypes in JavaScript?

Expert JavaScript Developer Interview Question
Expert JavaScript Developer Interview Question

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.


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?