James Newell
Member since Jun 11, 2013
- Profile: /members/10966-james-newell.htm
- Comments: 1
Recent Blog Comments By James Newell
-
Object Thinking By David West
Posted on Jun 11, 2013 at 2:31 PM
This is a really great discussion. I would make one suggested change to the previous example by which the TaskList uses setTaskName: In Task: this.setTaskName = function(newTaskName) { if (newTaskName != _name) { var okToChange = true; if (_list.isValidTaskName(newTaskName)) { _name =... read more »