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 withprivate
to restrict access to within class, prevent Instantiation withnew