Tell us what’s happening:
I Dont Understand what iam doing wrong.need help;
Your code so far
function trueOrFalse(wasThatTrue) {
// Only change code below this line
if(wasThatTrue)
{
return "yes, that was true";
}
return "No, that was false";
}
// Only change code above this line
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 6.1; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.113 Safari/537.36
.
Challenge: Use Conditional Logic with If Statements
Link to the challenge: