{"message":"Missing Mashape application key. Go to http:\/\/docs.mashape.com\/api-keys to learn how to get your API application key."}
:star2: 1214 | @tylermoeller |http://www.freecodecamp.com/tylermoeller
console.log(json)
to the first line of your success function and you'll see the quote text logged to the console
:warning: dwquach already gave tylermoeller points
idahogurl sends brownie points to @tylermoeller :sparkles: :thumbsup: :sparkles:
Can someone please help me on Increment a Number with JavaScript? Here is my code:
var myVar = 87;
// Only change code below this line
myVar = myVar++ + 1;
Here is the link: https://www.freecodecamp.com/challenges/increment-a-number-with-javascript
:cookie: 275 | @dwquach |http://www.freecodecamp.com/dwquach
?sig={random number}
to the end of the url to prevent this, for example:$("body").css("background-image", "url(" + "https://source.unsplash.com/category/nature?sig=" + Math.random() + ")");
<h2>
element for your name. The display style for that is display:block;
which makes it occupy its own line. Try changing it to something else. Or putting a class on it with display: inline-block;
col-s-3
is not correct, it should be col-sm-3
, for all of those, I think? Unless you're trying to do something else.
:star2: 1216 | @tylermoeller |http://www.freecodecamp.com/tylermoeller