Hi Abhi. This has been an incredibly useful series. I’m just wondering about your addTodo method. In the Meteor method, you return the new object that’s been added to the collection. How would you actually access that return value if you wanted to use it?
Would you have to add a callback to your addTodo action?