an overview of OOP in js
edit
001-CREATING-objects-using-an-object-literal - declaring an object variable by literally specifying(writing) out the objects property names and values and methods. declaring the object instance variable name and assigning the object properties values,
edit
002-CREATING-objects-using-an-object-constructor-function - creating "object" instances by calling an object Constructor function.
edit
defining an 'object' using javascript object notation(json)] UPDATE ARTICLE TO : change to encoding/decoding objects using the JSON objects methods of ...
edit
EX use the native js language "Date" object, we add additional methods and properties to the date object using the "prototype" property.
edit
005-prototypal-inheritance - An overview of prototypal inheritance in JavaScript
edit
An article looking at classical inheritance
edit
An article looking at js's prototypal inheritance versus classical inheritance used on other programming languages
edit
by Axel Rauschmayer - [65:00] VIDEO - Axel explains
edit
by Eric Elliot - @Fluent JavaScript ? Three Different Kinds of Prototypal OO - JavaScript Architect (A JavaScript Blog)
edit
] The world's smallest and fastest classical JavaScript inheritance pattern. | Hacker News
edit
]
edit