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.
You solution is great. But I'm more prefer with how binary working in computer system.
Nice and short!
wow, great!
cool
Ironic how I used the parseInt function unaware of its radix optional parameter.
Oh well, we learn, we keep learning. That was nice!
nice, clean!
Nice solution. Forgot about the spread operator.
This is genius!
I think its somthing related to destructuring of Array
This comment is hidden because it contains spoiler information about the solution
Why the 3 dots? if I remove the 3 dots give me an error NaN. Why?
@SirDVD120 regex101.com is even better. It can give you an explanation, test expressions on strings, and even show you how strings are matched step by step in debug mode. Best of all, it never hallucinates.
GPT is very good at explaining regex. Whenever I Google a regex, I put it into GPT to understand how it works
unthinkable :)
how did this code pass? i did the same and got NaN error, i had to filter out numbers.
Loading more items...