Expert Developer JavaScript Question:
What are the two basic groups of dataypes in JavaScript?
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.
► Primitive
► Reference types.
Primitive types are number and Boolean data types. Reference types are more complex types like strings and dates.
Previous Question | Next Question |
Explain how can you submit a form using JavaScript? | What is the 'Strict' mode in JavaScript and how can it be enabled? |