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.
Check this on printing inputs for test cases:
https://docs.codewars.com/training/troubleshooting#print-input
Your code is incorrect. Does the string
'abcde'
end with the string'abc'
? Your code says yes, when it doesn't.Also, please use appropriate formatting when sharing code (code blocks).
This comment is hidden because it contains spoiler information about the solution
.
(
has a special meaning in a regular expression.This comment is hidden because it contains spoiler information about the solution
this is so dumb haha
Funny I thought i would have to pay attention to how the cube is formed and create a complex algorithm, but it's really much simpler lol.
Thanks man. Nice kata :)
Fixed.
Looks like it... If you switch to another language, it displays correct numbers :/
I'm looking at the description for javascript.
Am I dumb or should it say,
[
{i: 4, n:6},
{i: 7, n:15}
]
instead of
[
{i: 4, n:6},
{i: 7, n:16}
]
ty
I don't understand how to solve it, hint please...
Because its very, very, very, very inefficient. There is 100 tests going up to 1_000_000_000.
Loading more items...