Challenge 📝
Two numbers are given a and b. Return their sum. If both numbers are equal, return their product.
a
b
#JavaScript Numbers
Easy
unsolved