- discuss Todo(id: number, text: string) and TodoStore - create objects using object literals - add methods - show they have `toString` - proto references, prototype chain - constructor function - use constructor.prototype - define toString - what is 'this' - es6 classes
toString