Everyone knows Javascript doesn’t have classes. Thankfully most Javascript programmers are very good at playing pretend. Because so many people attempt to introduce a classical structure to their Javscript code, I figure I’ll share some of my findings. Below is one way of allowing a base class function to copy an instance of a subclass [...]
