399 Views
In Prototypes are Objects, we saw that you can emulate "mixins" using Object.assign on the prototypes that underly JavaScript "classes." We'll revisit this subject now and spend more time looking at mixing functionality into classes.
0 comments