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.
ahhhh that fixed it! Thanks!
This comment is hidden because it contains spoiler information about the solution
code works for basic tests and the first few hidden tests, then I get Expected: [1,4], instead got: undefined on I think the 7th test of the 100 random tests. Is this an issue with the test or with my code? Is it not passing a valid array? Do we need to account for that?
This comment is hidden because it contains spoiler information about the solution
It's working now, thanks!
It's coming up on the Reinforcement Test Cases if that helps. Thanks!
receiving the following error when trying to submit:
TypeError: Cannot read property 'caller' of null
at /runner/frameworks/javascript/cw-2.js:233:21
at Promise._execute
at Promise._resolveFromExecutor
at new Promise
at Object.Test.describe
all tests pass. Anyone else come across this?