I have 2 files.
App.js
class App extends Component { constructor() { super(); this.state = { todos: ToDoData, }; } handleChang