javascripts constructors - sinsunsan/archiref_wiki GitHub Wiki
https://css-tricks.com/understanding-javascript-constructors/
- https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Classes/constructor The constructor method is a special method for creating and initializing an object created with a class.