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.
a
b
true
#JavaScript Numbers
Easy
unsolved