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.
Credits to Blackbox.ai
Realized that the
'NEW${dice[i]}'
is friggin redundant due todelete
. lmao . nooby mistakesWhy should it not pass? It returns
[]
when the input is an empty array, as expected?I tried this code with an online javascript compiler. And when the array is [0,0], its result was [0,0] when the expected result was []. Sorry but this should not pass >:-((
this is the best
crazy xD