Angular - State Management
You have a signal holding an array of tasks:
Which code correctly adds 'task3' to the tasks signal reactively?
const tasks = signal(['task1', 'task2']);
Which code correctly adds 'task3' to the tasks signal reactively?
