"Even if JavaScript lacked prototypes entirely, it would still be object-oriented as long as you could use this."
"Maybe you’d make a master object containing those methods, for ease of copying."
It's kind of hard to take a blog post about object-oriented style seriously when the author is unfamiliar with the definition of "object-oriented" and doesn't know what a prototype is in prototype-based programming.
"Maybe you’d make a master object containing those methods, for ease of copying."
It's kind of hard to take a blog post about object-oriented style seriously when the author is unfamiliar with the definition of "object-oriented" and doesn't know what a prototype is in prototype-based programming.