Tag: p5js

  • 16.17: Inheritance in JavaScript – Topics of JavaScript/ES6

    In this video, I discuss the concept of inheritance in Object-Oriented Programming (OOP) with JavaScript and using ES6 classes. 🎥Classes (JS): https://youtu.be/T-HGdc8L-7w 🎥Polymorphism (JS): https://youtu.be/8a5BkwuZRK0 🎥Encapsulation (Java) : https://youtu.be/YcbcfkLzgvs 🎥Inheritance (Java) : https://youtu.be/e6eXD8DHc_A 🎥Polymorphism (Java): https://youtu.be/qqYOYIVrso0 🚂 Website: http://thecodingtrain.com/ 💖 Patreon: https://patreon.com/codingtrain 🛒 Store: https://www.designbyhumans.com/shop/codingtrain/ 📚 Books: https://www.amazon.com/shop/thecodingtrain 🎥 Coding Challenges: https://www.youtube.com/playlist?list=PLRqwX-V7Uu6ZiZxtDDRCi6uhfTH4FilpH 🎥 Intro to…

  • 9.19: Prototypes in Javascript – p5.js Tutorial

    In this video, I examine the concept of “Prototype” in the JavaScript programming language. I look at how you can attach methods to objects via prototype (for both objects of existing JS types or your own). I also discuss the “prototype chain” and prototypal inheritance. Support this channel on Patreon: https://patreon.com/codingtrain Send me your questions…