I’ve found http://ejohn.org/blog/simple-javascript-inheritance/ and it’s exactly what I’m searching for but ‘m wondering if it still works and if can cause any issue.
I’ve found http://ejohn.org/blog/simple-javascript-inheritance/ and it’s exactly what I’m searching for but ‘m wondering if
Share
Many modern libraries use classical inheritance now. Its core method is the following (JavaScript Patterns by Stoyan Stefanov, page 127):
Example of projects where it’s used are: