Ad
  • Custom User Avatar

    You should treat each string as a representation of a base-10 integer. So, "0" -> 0 and "5" -> 5, so the expected answer is 5 and not the addition of 2 strings which yield NaN.