1.
What is a complex data type in JavaScript?
2.
Which of the following represents a complex data type in JavaScript?
3.
What is an object in JavaScript?
4.
How do you access a property of an object in JavaScript?
5.
Which data type represents a collection of values in JavaScript?
6.
What is the purpose of using arrays in JavaScript?
7.
How do you add an element to the end of an array in JavaScript?
8.
What is a function in JavaScript?
9.
How do you define a function in JavaScript using a function declaration?
10.
What is the purpose of parameters in a function?