Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
Hello, I am also new to this language, if you want you can write me in telegram or here, if possible, and I will send you the code.
This comment is hidden because it contains spoiler information about the solution
the issue here was the description of the challenge
you can easly see at the test examples that it returns the avg of the sum
It means your code doesn't return the right answer (though it's not a nice log, I agree). Your code not working is not a kata issue. Please read the documentation: https://docs.codewars.com/training/troubleshooting/
Just an idea, why don't you use the same data type as the output and input to perform your intermediate calculations?
This comment is hidden because it contains spoiler information about the solution
This is not an issue. An issue is a bug in the kata.
If you don't know to solve a kata you can forfeit it to see the submitted solutions. I advice you to have a look at CodeWars' documentation: https://docs.codewars.com/
I'm new to coding/programming and was curious if I miss understood the Kata but it says Calculate average. Not add up the value of all values. So I'm curious if someone could explain how to properly solve this in JavaScript.