IIFEs, Mixins, and Modules in JavaScript Objects
Wikipedia describes a mixin in general terms as so:
In object-oriented programming languages, a mixin (or mix-in) is a class that contains methods for use by other classes without having to be the parent class of those other classes.
In this partic...
mreed.hashnode.dev2 min read