Your conditional check is somewhat wrong. Your code will fail when arrStr is null for cases like .
arrStr
null
This comment is hidden because it contains spoiler information about the solution
No, I said print it, so you can see with what values your function fails.
Are you saying to return the parameter passed into the function?
Print the input value, and if needed, other values to debug your code.
Thank you it worked
Please read this: https://docs.codewars.com/training/troubleshooting#post-discourse
About your problem:
Finish the solution so that it returns the sum of all the multiples of 3 or 5 below the number passed in.
The sum, not the count.
Loading collection data...
Your conditional check is somewhat wrong. Your code will fail when
.
arrStr
isnull
for cases likeThis comment is hidden because it contains spoiler information about the solution
No, I said print it, so you can see with what values your function fails.
Are you saying to return the parameter passed into the function?
Print the input value, and if needed, other values to debug your code.
This comment is hidden because it contains spoiler information about the solution
Thank you it worked
Please read this: https://docs.codewars.com/training/troubleshooting#post-discourse
About your problem:
The sum, not the count.
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution