Blog
JavaScript – Prototypal Functions & Private Data
A while back many people responded to this post, helping me see that my solution for providing private data access to prototypal functions was incomplete. Since then, I had been playing around with some possible solutions in my head and finally came up with two: Prototypal Registry Accessor Verification Prototypal Read more…