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.
JavaScript sample tests throw an error while running. It looks like
Test
was not importedScala translation
no sample tests
The "immediate" behaviour is very unclear.
The current expected behaviour is to invoke the function inside
debouncedFn
immediately, which contradicts with the specs above and common sense. Being synchronously immediate rather than immediate at the next tick (as insetImmediate
) is very different, and evenlodash
'sdebounce
does the latter instead of the former.What? It's not mentioned in the description at all and it's not told how it should be handled.
A couple issues:
It doesn't look like this kata verifies that the function executes in the specified time window (my solution is set to fire off at 1500ms: https://www.codewars.com/kata/reviews/58d1547353e019d4250003da/groups/5b368c2d15535073480011f3)
The Description needs an update; Voile's kata had been unpublished.