Beginners guide to AMD and RequireJs
Here is a short list of what we’ll cover in this post:
JavaScript Inheritance
Class based inheritance doesn’t exist in JavaScript. You can replicate its syntax but you’re better off learning how JavaScript implements its own form of inheritance (it’s much more efficient and easier to maintain code shared amongst other JavaScript developers).