Tell us what’s happening:
I have watched the video. Searched other places on the web. I still can’t pass the test on this. the answer is the exact first option given on the video.
Your code so far
function checkEqual(a, b) {
return a===b ? true: false;
}
checkEqual(1, 2);
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.97 Safari/537.36.
Thank you so much! I get confused on some of the terminology. The video answer is wrong! What you show makes sense. The values for a and b would have to be set in order to use true or false. THank you so much!