oop

[1/1]

  1. Understanding JavaScript Private Methods: OOP and Workarounds
    JavaScript supports object-oriented programming concepts like classes and objects, but it doesn't have built-in syntax for declaring private methods within classes
  2. From Molds to Objects: Mastering Prototype-Based Inheritance in JavaScript
    Imagine a prototype as a mold you use to create objects. This mold contains the initial properties and methods that new objects will inherit