Challenge 📝
Resources 📚
Three positive numbers are given: a, b and c. Return true if at least two of the numbers have the same last digit.
a
b
c
true
#JavaScript Logic
Medium
unsolved