Last but not least

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.

#JavaScript Logic

Medium

unsolved

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