Understanding JavaScript Classes for Creative Coding (opens in new tab)
When diving into creative coding, one of the most powerful tools at your disposal is JavaScript classes. If you've been tinkering with code for a while, you've probably heard of object-oriented programming (OOP). Classes are at the heart of OOP, and they can help you organize and structure your code
Read the original article