This video introduces the concept of classes in JavaScript coding. In it I go over:
what a class is and some general guidelines
making a class
making the constructor and other methods
making multiple instances of a class with 'new'
having objects execute methods
online textbook chapter: https://pdm.lsupathways.org/1_introto...
Code made in this video: https://editor.p5js.org/mbardin/sketc...
Previous video on basic JSON objects: • That weird person named JSON
p5js javascript coding objects classes stem