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