Skip to content Skip to sidebar Skip to footer
Showing posts with the label Prototypal Inheritance

In Javascript, The Difference Between 'object.create' And 'new'

I think the difference has clicked in my head, but I'd just like to be sure. On the Douglas Cro… Read more In Javascript, The Difference Between 'object.create' And 'new'

Add Formats To Native Date Parser

I was wondering if there was any way to add (and map) formats to the native Date parser in javascri… Read more Add Formats To Native Date Parser

Use Ng-model In Nested Angularjs Controller

I have two nested controller in angularjs, and want to use ng-model from outer in inner controller.… Read more Use Ng-model In Nested Angularjs Controller

Javascript Prototype Inheritance And Html Canvas

I'm a Ruby developer who finally decided to learn JavaScript seriously. So I purchased some boo… Read more Javascript Prototype Inheritance And Html Canvas

Javascript Prototypal Inheritance?

I'been doing some inheritance in js in order to understand it better, and I found something tha… Read more Javascript Prototypal Inheritance?

Will Javascript Ever Become A 'proper' Class Based Language?

I'm referring to MDN's article on JavaScript's 'future reserved words' (for use… Read more Will Javascript Ever Become A 'proper' Class Based Language?

Why Does Listing The Actual Constructor Of A Class In Javascript Important

I was reading on javascript garden http://bonsaiden.github.com/JavaScript-Garden/ about prototype … Read more Why Does Listing The Actual Constructor Of A Class In Javascript Important

Why My __proto__ Reference Shows Wrong Name In Console?

My proto reference of 'mike' instance points to 'Student' but as its name shows &#… Read more Why My __proto__ Reference Shows Wrong Name In Console?