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

5 lines
63 B
JavaScript
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
function Collie() {
// ...
}
Collie.prototype = new Dog();