Is 42?

Challenge 📝

Resources 📚

Two numbers are given a and b. Return true if one of the two numbers is 42 or the sum of the two numbers.

function is42(a, b) {
}
Test Cases
Console Logs
JS Errors
Run Code!
flag