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.
what does it mean to log the input to the console. Can you explain please?
To be honest, i cant understand what is going on with random tests. Description says that quality cant be higher that 50(if item isnt "Sulfurus") but it in tests they may be higher and i have no idea how to finish solution. That is a very intresting kata but broken (Imho) (JS)
using
console.log
Thank u so much!)
you can log the input to the console to see what you're missing on
To be honest, i cant understand why did u hide a task in attemp. It just returns: Value is not what was expexted and how can i fix the problem if i dont even know what is wrong? Can u pls make it visible? (JS)
I actually gave up this kata. (JS) When i make an attemp it returns me mistakes on tests 12, 13. Can i somehow check exactly what mistake i ve done and where?
The
++
may not work as you expect in this example. Try rewriting it like the other one.You can't / don't. The solution set-up has direction in the comments about using the provided pointers
positivesCount
, andnegativesSum
:How can you return an array in C when the function is void?
We don't know what you're talking about, please be explicit, which "wrong" test?
I tried to check if the input is null but anyway it returned "input is not iterable" :/ Most likely i did smth wrong
null is not an array, so that's already there. Maybe it could be worded in some other way.
Changed to this:
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
Loading more items...