<PLEASE USE THE FOLLOWING TEMPLATE TO HELP YOU CREATE A GREAT POST!>
<Below this line, add a link to the EXACT exercise that you are stuck at.>
I am stumped ladies and gentlemen. I have checked, rechecked and checked my code. Suggestions?
<In what way does your code behave incorrectly? Include ALL error messages.>
Oops, try again. It looks like your if/else statement didn’t log “The condition is false” to the console.
if( 275 > 300)
{
console.log("That's alot of weight");
}
else
{
console.log ("That's puny weight!");
}
Replace this line with your code.