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.
chatGPT probably got the answer from you!
that answer is from way before chatgpt was a thing lol
nice use chatGPT
Over 1000 people must have independently stumbled upon this masterpiece of readability 😂
This answer is what the kata asked for, not the top voted solution. I think this should be top voted.
I didn't knew you could do that with a ternary operator, nice.
I really liked this solution, however I found a little bug.
The '.' in 'www.' currently matches any character, which means if my input is 'wwwsomething.com' the function will return very weird values, depending on the number of w's.
I suppose you meant to write that as 'www\.', to match only dots.
Clever indeed (and way faster than most other submissions)
This comment is hidden because it contains spoiler information about the solution
What a clever way to solve this problem. I wish I could've solve math problems like this earlier on.
This comment is hidden because it contains spoiler information about the solution
thank you!)
"v" is unused, it is needed because by default first parameter is current element and second is index.
Nice and readable. Well done.
Doesn't have a place in production code, has to be more readable.
Loading more items...