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.
This comment is hidden because it contains spoiler information about the solution
94 is the average. When I run the code here, it shows 78. When I run the code inn VS2015, it shows 94, which is the correct answer.
This comment is hidden because it contains spoiler information about the solution
What is the problem?
Calc the average by yourself (in your head) and you will see, that 94 is the correct answer.
Exactly as the tests expects the value.
Where is 78?
Maybe you should paste your code here (mark as spoiler!).
TypeScript kumited!
https://www.codewars.com/kumite/5812f9e62099fbb4cf00056a
Please check and approve it! ;-)
The second basic test returns 94 for the same code in VS2015, but here, it's saying it returns 78.
Please help
#issue
@twinbird24
The kata Average Scores works fine on VS2015 on my laptop, but doesn't work here. The second basic test returns a value of 94, but here, it's returning 78.
please help.