#oops
Read more stories on Hashnode
Articles with this tag
In JavaScript, a prototype is an object from which other objects can inherit properties. It's part of JavaScript's implementation of a key concept in...
Object-Oriented Programming, or OOP for short, is a programming style that's based on the concept of "objects". An object is like a box filled with...