A mixin provides methods that implement a certain behavior, but we do not use it alone, we use it to add behavior to other classes. Mixin is a genering object-oriented programming term — is a class ...
Taken from Chapter 6: Essential JavaScript & jQuery of Programming in HTML5 with JavaScript and CSS3 by Glenn Johnson. I wrote this out along with code examples as part of my study material for ...