todos:[{name:\'Go to market\',todo:\'Buy new course\'}],
updateTodo(){
this.todos.splice(this.selectedIndex,0,this.name, this.todo)
},