News

Reduces complications introduced through scoping, simplifies program design. Easy to read Uses javascript objects by taking advantage of ‘this’ and js object prototypes. Forces scope to only exist ...
Object constructors are one of about a million ways to start organizing your code they fairly common in the wild and are a fundamental building block of the javascript language. factory function ...