private ↔ JS Keyword & Property Modifier to restrict Method to within class only
why use private modifier?
To restrict access to methods. NOT for security.
References
Private Constructor↔ Constructor Function prepend withprivateto restrict access to within class, prevent Instantiation withnew