Blog
JavaScript – Classes, Private Members, & Prototypal Inheritance
A while back I wrote this post about having classes with prototype functions that have access to private variables. To clarify this discussion, I have created this slideshow which briefly outlines how to accomplish writing JavaScript classes with private members which are accessible by prototype functions. In addition, the following Read more…