RosettaCodeData/Task/Inheritance-Single/JavaScript/inheritance-single-4.js

5 lines
63 B
JavaScript
Raw Permalink Normal View History

2013-04-10 21:29:02 -07:00
function Collie() {
// ...
}
Collie.prototype = new Dog();