Direction: Choose the correct option
Q1.
How do you render a list of items in React?
Direction: Choose the correct option
Q2.
What is the purpose of the 'key' attribute when rendering lists?
Direction: Choose the correct option
Q3.
What happens if you don't provide a key when rendering a list?
Direction: Choose the correct option
Q4.
Which of the following is a valid way to render a list?
Direction: Choose the correct option
Q5.
When should you use the array index as a key?
