JavaScript is an object-oriented programming language, to explain OOP in simple language, Objects in JavaScript is same as objects in real world things like car, or a person like teacher. Objects oriented and inheritance is one of the complex topics which one understand while learning JavaScript course. We use object in programming language to represent them in simple way. So, object is collection of data and function which are called as properties and...