get help in general - we have more specialized help rooms here: https://gitter.im/FreeCodeCamp/home
thecodingaviator on master
remove A (#31157) (compare)
var Car = function() {
this.wheels = 4;
};
// Only change code below this line.
var myCar = new Car();
//Add the property "engines" to myCar, and make it a number.
// Only change code above this line.
(function() {return JSON.stringify(myCar);})();
has anyone gotten past this one yet? i'm stumped. i've tried so many variations but i just don't understand the proper structure of writing the function. explain please
:star: 47 | @mildused | http://www.freecodecamp.com/mildused
:star: 229 | @abhi493 | http://www.freecodecamp.com/abhi493
Find other libraries at http://jster.net
See Also: :loop: Quick JS | :watch: Challenges | :wrench: Exercises | :clipboard: Editors | :newspaper: Blogs | :books: Books
So, on the add border elements around your images, I put in this code:
.thick-green-border {
border-color: green;
border-width: 10px;
border-style: solid;
}
and have added the class to the image properly, but it says my border is not 10px. Tried a hard refresh, nothing. I think it's a bug
:star: 282 | @qualitymanifest | http://www.freecodecamp.com/qualitymanifest