Tuesday, 20 March, 2018 UTC


Summary

Let’s look at using composition instead classical inheritance in JavaScript.
JavaScript is an expressive language and is one reason I enjoy using it. An interesting feature is the ability to compose objects from simple objects without inheritance.