about sospep [ current version ] beta 2018 :: 4 :: 018
This record will be permanently deleted and cannot be recovered. Are you sure?
an overview of OOP in js
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,
002-CREATING-objects-using-an-object-constructor-function - creating "object" instances by calling an object Constructor function.
defining an 'object' using javascript object notation(json)] UPDATE ARTICLE TO : change to encoding/decoding objects using the JSON objects methods of ...
EX use the native js language "Date" object, we add additional methods and properties to the date object using the "prototype" property.
005-prototypal-inheritance - An overview of prototypal inheritance in JavaScript
An article looking at classical inheritance
An article looking at js's prototypal inheritance versus classical inheritance used on other programming languages
by Axel Rauschmayer - [65:00] VIDEO - Axel explains
by Eric Elliot - @Fluent JavaScript ? Three Different Kinds of Prototypal OO - JavaScript Architect (A JavaScript Blog)
] The world's smallest and fastest classical JavaScript inheritance pattern. | Hacker News
]