BigBinary Academy
JavaScript
Challenges Set 12
66.14
Courses
Search
Assessment
66.14
Add the digits of a given Alphanumerical value
Given an alphanumerical value as input, return the sum of all its digits.
If present, non-numerical values will only be a suffix to all the digits.
If no numerical value is present, return false
For example:
Previous
Next