Skip to main content

Timeline for Simple todo list

Current License: CC BY-SA 3.0

5 events
when toggle format what by license comment
Dec 15, 2018 at 2:51 comment added numerek you still add initToDoList into whatever context it is created in possibly global, you could do this instead (function () { /* initToDoList code here */ })();
Mar 27, 2015 at 17:16 comment added nickles80 I would use "options". And it should be an object. In your function you establish defaults to all needed options and then override any from the incoming object. So the consumer can override as many or as few as they need. They discuss this here: stackoverflow.com/questions/9602449/…
Mar 27, 2015 at 15:40 comment added Yeysides awesome! one question though, is there a naming convention for the object passed into the main function if I decide to do that?
Mar 27, 2015 at 15:39 vote accept Yeysides
Mar 26, 2015 at 23:35 history answered nickles80 CC BY-SA 3.0