Tell us what’s happening:
Something is wrong with my code. can’t figure out what.
i changed the true false to the === but it doesn’t seem to work why?
Your code so far
function isLess(a, b) {
// Fix this code
return a === b;
}
// Change these values to test
isLess(10, 15);
Your browser information:
User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.1 Safari/605.1.15.
Link to the challenge:
https://learn.freecodecamp.org/javascript-algorithms-and-data-structures/basic-javascript/returning-boolean-values-from-functions