Object, property, and method in JavaScript
It all start with an object.
An object is a thing that we interact with, it has properties and methods. The object is the heart of object-oriented programming, not only for JavaScript but also for Python, Swift, Java and others. Stop thinking about i...
sisrar.com3 min read