Skip to content

rauschma/inheritance-by-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 

Repository files navigation

JavaScript inheritance by example

The source code of the blog post “JavaScript inheritance by example”.

Interaction on Node.js:

> var point = require("./point");
> var p = new point.ColorPoint(5, 2);
> p.dist()
5.385164807134504

Tests

About

Source code for the blog post “JavaScript inheritance by example”

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published