javascript-express icon indicating copy to clipboard operation
javascript-express copied to clipboard

6.3 Inheritance - possible typo or incomplete example

Open TraeRegan opened this issue 3 years ago • 0 comments

On line 25 there's an extra argument that doesn't appear to be used for anything (the "8"): const myCat = new Cat('nyan', 8)

TraeRegan avatar Nov 10 '20 04:11 TraeRegan