jorgehjr84 / TIY-TodoMVC

0 stars 0 forks source link

User Story 4 (Edit a Task) #5

Open jorgehjr84 opened 9 years ago

jorgehjr84 commented 9 years ago

A smurf can smurf so that smurfs can smurf

How do I edit a task? Once the task is edited, does it stay in the same place?

// Editing Task
function editTask(position, newTask){
  return taskList[position] = newTask;
}
jorgehjr84 commented 9 years ago

https://github.com/jorgehjr84/TIY-TodoMVC/pull/1