This record will be permanently deleted and cannot be recovered. Are you sure?

Select From subjects-libraries
  1. 000-OOP-in-JS,

    an overview of OOP in js

  2. 001-CREATING-objects-using-an-object-literal,

    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,

  3. 002-CREATING-objects-using-a-constructor-function,

    002-CREATING-objects-using-an-object-constructor-function - creating "object" instances by calling an object Constructor function.

  4. 003-CREATING-objects-from-JSON,

    defining an 'object' using javascript object notation(json)] UPDATE ARTICLE TO : change to encoding/decoding objects using the JSON objects methods of ...

  5. 004-object-prototype-ADDING-methods-and-properties-to-existing-objects,

    EX use the native js language "Date" object, we add additional methods and properties to the date object using the "prototype" property.

  6. 005-prototypal-inheritance,

    005-prototypal-inheritance - An overview of prototypal inheritance in JavaScript

  7. 006-classical-inheritance,

    An article looking at classical inheritance

  8. 007-prototypal-inheritance-vs-classical,

    An article looking at js's prototypal inheritance versus classical inheritance used on other programming languages

  9. 008-understand-the-4-layers-of-javascript-OOP,

    by Axel Rauschmayer - [65:00] VIDEO - Axel explains

  10. 3-different-kinds-of-prototypal-OO,

    by Eric Elliot - @Fluent JavaScript ? Three Different Kinds of Prototypal OO - JavaScript Architect (A JavaScript Blog)

  11. 999-js-inheiritance-pattern,

    ] The world's smallest and fastest classical JavaScript inheritance pattern. | Hacker News

  12. placeholder,

    ]