How To Define Class Private Members in JavaScript


/ Published in: JavaScript
Save to your folder(s)

Class member encapsulation in JavaScript is very important thing and may be implemented with easy. To define private property or method just use var before the definition or this., if you need to give a public access to property or method.

URL: http://www.apphp.com/index.php?snippet=javascript-define-class-private-memebrs

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.