Question 1: Array Type
What is the result of typeof [] in JavaScript?
Question 2: Array Length Property
What will be the output of:
Question 3: Adding Elements with push()
What is the result of:
Question 4: Removing Last Element
What is the result of:
Question 5: Removing First Element
What is the result of:
Question 6: Adding First Element
What is the result of:
Question 7: Array Includes Check
What will be the result of:
Question 8: IndexOf Method
What will be the result of:
Question 9: Array isArray Method
What is the result of:
Question 10: Array Concatenation
What will be the result of: