Question: What does this code do?
- It adds "Lizard" to the start of the animals array.
- It adds "Lizard" to the end of the animals array.
- It replaces "Rabbit" with "Lizard" in the animals array.
- It replaces "Cat" with "Lizard" in the animals array.
Answer: The correct answer of the above question is Option A:It adds "Lizard" to the start of the animals array.