QuizIntermediate
Immutable State Updates
Update objects and arrays by creating new copies, not mutating.
What is the correct way to add an item to a state array `items`?
Update objects and arrays by creating new copies, not mutating.
What is the correct way to add an item to a state array `items`?