-
javaScript object oriented programming tutorial – Understanding Objects Part 1
JavaScript OOP Fundamentals : Part 1 ( Object Explained ) – Creating Objects – Adding Properties to Object – Removing Properties to Object – Adding Methods to Objects – Public Methods – Private Methods – Closures – Inner Functions Javascript functions are first class objects in javascript. IN this training we will understand how to…
-
Modular Javascript #6 – Classical Inheritance & OOP with JS
In this video, we will start covering object oriented programming in Javascript. There are several ways to do it – the first is called “classical inheritance”. Here’s the link to the “inherit” function I use here: https://github.com/nodejs/node-v0.x-archive/blob/master/lib/util.js#L634-L644 Using a constructor, a prototoype, and the “new” keyword, we can create multiple copies or “instances” of a…
-
Object Oriented JavaScript
Get the Cheat Sheet Here : http://goo.gl/CQVZsW Best Object Oriented JavaScript Book : http://amzn.to/1L0Mvs8 Support me on Patreon : https://www.patreon.com/derekbanas 01:50 JavaScript Objects 02:36 Objects in Objects 04:12 Constructor Functions 05:58 instanceof 06:28 Passing Objects to Functions 08:09 Prototypes 09:34 Adding Properties to Objects 10:44 List Properties in Objects 11:38 hasOwnProperty 12:42 Add Properties to…