Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d28b1e3 commit d333e12Copy full SHA for d333e12
README.md
@@ -1510,7 +1510,7 @@ class Car {
1510
}
1511
1512
setMake(make) {
1513
- this.name = name;
+ this.make = make;
1514
1515
1516
setModel(model) {
@@ -1543,7 +1543,7 @@ class Car {
1543
1544
1545
1546
1547
// NOTE: Returning this for chaining
1548
return this;
1549
0 commit comments