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

5 lines
57 B
JavaScript
Raw Permalink Normal View History

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