Basic JavaScript - Understanding Boolean Values

Tell us what’s happening:
Describe your issue in detail here.

Your code so far

function welcomeToBooleans
(){
  // Only change code below this line

  return false; // Change this line

  // Only change code above this linee
}

Your browser information:

User Agent is: Mozilla/5.0 (Linux; Android 12; 220733SFG) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.88 Mobile Safari/537.36

Challenge: Basic JavaScript - Understanding Boolean Values

Link to the challenge:

:balloon: Hi, welcome to the forum!
We see you have posted some code but did you have a question?

hello and welcome to fcc forum :slight_smile:

lets read from instructions

Modify the welcomeToBooleans function so that it returns true instead of false when the run button is clicked

currently it returns “false”

and how do you say some thing is true in “boolean”? if you can answer that, add that to this “return” statement, happy learning :slight_smile:

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.