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.
got that, thanks.
i thing your 1st minor problem is already stated in First and Second instruction?
First, cross out what letter(s) the names have in common.
Second, remove the cross out letter on both names.
i really dont get the second minor issue you said, can you please elaborate more.
btw, thank you for the opinion you have discussed here.
got that. thanks
This comment is hidden because it contains spoiler information about the solution
on my sourcecode i have this,
if(number % 3 != 0) result = "mocha_missing!";
else result = "Java";
but unfortunately this occur, on test case it means that number is divisible by 3 right but as you can see on my code it should return "Java"
test_caffeineBuzz(CaffeineBuzz_Test)
expected:<[Java]> but was:<[mocha_missing!]>
i pass run test but when i try to submit the source code it always appear to have a problem
Nope Try again
Unknown error