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 4b408d3 commit 5c99f7cCopy full SHA for 5c99f7c
7-objects/35-dream-car.js
@@ -9,7 +9,7 @@ const car = {
9
};
10
11
if (car.used) {
12
- console.log("I want a " + car.year + " " + car.model + " that is used.");
+ console.log("I want a " + car.color + " " + car.year + " " + car.model + " that is used.");
13
} else {
14
- console.log("I want a " + car.year + " " + car.model + " that is new.");
+ console.log("I want a " + car.color + " " + car.year + " " + car.model + " that is new.");
15
}
0 commit comments