Bytes: If it renders on the edge, it's time to pledge

node v14.20.1
version: 2.0.0
endpointsharetweet
function Dog(name) { this.name = name this.speak = () => 'Woof Woof' } Dog.prototype.speak = function() { return 'Ruff Ruff' }; const dog = new Dog('Leo') dog.speak()
Loading…

no comments

    sign in to comment