c306.net
Javascript class methods
My understanding of javascript object methods (pre-ES6) from Douglas Crockford’s post. Public Can’t access private members of the object Anything created with this.xyz inside the constr…