let state = { todos: [ { text: 'Hi', completed: true }, { text: 'Hello', completed: false }, { text: 'Hi there!', completed: true }, ], filter: 'all' };