Adarsh Konchady
Adarsh Konchady's Blog

Follow

Adarsh Konchady's Blog

Follow

Classical inheritance in JS using Object.create()

Adarsh Konchady's photo
Adarsh Konchady
·Aug 6, 2014·

1 min read

function Shape() { this.x = 0; this.y = 0; }

 
Share this