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.
Not a good practice to use exceptions for implementing normal program flow.
"this" keyword is not needed here. Only if you have same spelling on param and property but you have one starting with capital letter and one starting with non-capital letter
i like ur katas
This comment is hidden because it contains spoiler information about the solution
JS fuck :)
both of you can fill in a field "Clan" in account settings with same name, and u will see him on dashboard page
its ok, problem solved
Ah ok. Can you show me your code?
yes i know it, but basic tests already work
so i need a way to get information about hidden tests which fail
Not sure if you're still interested in the hint, but try to think about what will happen if your function is called with these parameters:
nextItem([1,2,3,4], 4);
Good luck!
You can add some print-statements to the test yourself, like this:
That way the terminal will print a test is done when it has succeeded.
Good luck!
hey guys, im new to haskell
basic tests work, but i got error on submit tests
is there any way to see which test fails?
thank you, now its clear
Theses tests test if function
value
gives correct results when provided as last argument. (Remembervalue
argument may be a value or a function :You may assume:
)
In theses cases some values are expected in very first/last items of resulting array (1st item of 1st subarray, last item of last subarray), it seems your solution doesn't return expected values.
Hope it helps!
Loading more items...