If I have an array made up of strings of digits and dashes, how can I use Javascript to add the sum of each digit while skipping the dashes?
SupportExpert
If I have an array made up of strings of digits and dashes, how can I use Javascript to add the sum of each digit while skipping the dashes?
Share