03 - lists conditional/lists-cond-01-starting-setup/app.js @@ -10,6 +10,9 @@ addGoal() { this.goals.push(this.enteredGoal) }, removeGoal(idx){ this.goals.splice(idx,1); }, }, });