...

/

Challenge 2: Sum of Digits in a String

Challenge 2: Sum of Digits in a String

Given a string containing numbers, calculate the sum of those numbers.

Problem Statement

Implement a function that takes a variable testVariable, which contains a ...