what is instance in javascript
In JavaScript, "instance" does not have this technical meaning because
JavaScript does not have this difference between classes and instances.
However, in talking about JavaScript, "instance" can be used informally
to mean an object created using a particular constructor function.