Understanding Boolean Values, React is not defined error

Tell us what’s happening:
when I am running the test the error is coming that
"
React is not defined
React is not defined
"

Your code so far


function welcomeToBooleans() {
    return true; // Change this line
}

<button onClick="welcomeToBooleans()">Click Me</button>

Your browser information:

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 Safari/537.36.

Link to the challenge:
https://learn.freecodecamp.org/javascript-algorithms-and-data-structures/basic-javascript/understanding-boolean-values/

you dont need add a html button you can remove that and it will work

1 Like

@biscuitmanz thank you so much :slight_smile:

1 Like