Category Archives: prototype

Objects, Functions and Prototypes in JavaScript

Javascript (JS) objects are fascinating and could confuse regular users. This post details the Javascript object model. There are several terms that we will examine:— the hidden property/member __proto__ (some implementations of Javascript might not expose this property, or might expose … Continue reading

Posted in ECMA, Function, Function.prototype, javascript, new, object, Object.prototype, prototype, __proto__ | Leave a comment