What does that mean by setting the value of task_one to []?
constructor(props) { super(props) this.state = { task_one: [], task: "" } this.setTask = this.setTask.bind(this) }