Understanding Object-Oriented Programming in JavaScript
In programming, we often deal with things that have both information and behavior.
For example, a student has a name, age, and course. A car has a brand, model, and color. At the same time, a student
joydeepx.hashnode.dev10 min read