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.
I came up with a similar solution but did not put the second arguments in quotes. Is there practical difference?
Thanks for explanation ( ͡° ͜ʖ ͡°)s
mine)))
I wanted to do this but couldn't perform a double regex by && || but couldn't think of this, brilliant.
I think the split and map methods are being upvoted because this is an arrays kata.
This is the simplest answer. Don't know why people are upvoting the split and map method.
I have done the same.
Didn't know is possible to specify a range of numbers [0-9] in Regex,
the most clear and simple.
This comment is hidden because it contains spoiler information about the solution
This basically means that your code is potentially correct but takes more than 6 seconds to compile and run which is more than the given time i.e. 6 seconds. Basically try and cut the code down into something more smaller and easier for the PC to process and you shouldn't run into this error anymore.
thank you
Use result.Trim();
'Looks like you've solved it'
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...