Show HN: How to do private variables in JavaScript
gist.github.com
Show HN: How to do private variables in JavaScript
1–2 of 2 posts
Re: Show HN: How to do private variables in JavaScript
#2A slick solution. But I've given up on runtime guards in JS; life is just better with a type system.