All Projects → adrianmcli → js-state-encapsulation

adrianmcli / js-state-encapsulation

Licence: other
Examples of state encapsulation in Javascript

Programming Languages

javascript
184084 projects - #8 most used programming language

Javascript state encapsulation (without classes!)

Build Status

An example of how you can encapsulate state (and even make it private) with just plain functions and object literals. No prototypes, new, or this!

There are also tests for everything (i.e. 100% coverage, just for fun).

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].