The other day, we looked at the JavaScript Constructor Pattern, and how you can use it to create JS libraries. Today, I wanted to look at the JavaScript Class Pattern: what it is, how it’s different, and how to use it. This article is excerpt from my completely updated Writing JS Libraries course and ebook. Let’s dig in! (If you didn’t read the constructor pattern article, you should do that first.