An object is a particular instance of a class where it can be a combination of variables, functions, and data structures.
Objects are created based on this template via the new keyword.
Every object instance is completely independent, with its own properties and methods, and thus can be manipulated independently of other objects of the same class.
aimtocode