/prototypes

Presentation and example code showing how javascript inheritance works with prototypes.

Primary LanguageJavaScript

##JavasSript Prototypes

Presentaton and code to demonstrate how JavaScript inheritance works using prototypes.

The aim is to help developers coming from traditional object orientated languages such as Javs, C# the major differnces between traditional and protoype inheritance.

  • Source code examples are available in the src folder.
  • Test are provide in the spec folder using Jasmine.