Merge pull request #2022 from michael-krebs/michael-krebs-2011
fix #2011
This commit is contained in:
@ -62,7 +62,7 @@
|
|||||||
"assert(typeof((new MotorBike()).seats) === 'number', '<code>seats</code> should be have a <code>engines</code> attribute set to a number.');"
|
"assert(typeof((new MotorBike()).seats) === 'number', '<code>seats</code> should be have a <code>engines</code> attribute set to a number.');"
|
||||||
],
|
],
|
||||||
"challengeSeed":[
|
"challengeSeed":[
|
||||||
"// Let's add the properties engine and seats to the car in the same way that the property wheels has been added below. They should both be numbers.",
|
"// Let's add the properties engines and seats to the car in the same way that the property wheels has been added below. They should both be numbers.",
|
||||||
"var Car = function() {",
|
"var Car = function() {",
|
||||||
" this.wheels = 4;",
|
" this.wheels = 4;",
|
||||||
" this.engines = 1;",
|
" this.engines = 1;",
|
||||||
|
Reference in New Issue
Block a user