Proper JavaScript OOP with inheritance for Java developers
Update: This post may still be correct but since ES6 the keyword “class” has been introduced to JavaScript, so make sure to check this out first: ES6 classes The following is a personal best practice advice for OO with ES5 (and older) Coming from a Java background, I really miss keywords like class or extends […]