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.
Thanks a lot! I didn't understand whats a problem, your comment helped me!
Thank u. I spent a lot of time solving this problem
The same problem. How have you solved it?
the basic test does not work, the solution was counted only after clicking on the "attempt" button
I'm sorry, but how to solve this issue?
Couldn't find the answer
Duplicate issue.
Duplicate issue.
What's happening?
I've got a "ReferenceError: console is not defined" like this:
Passed: 5 Failed: 0 Exit Code: 1
/runner/frameworks/javascript/display.js:55
console.log("\n<" + type.toUpperCase() + ":" + mode + ":" + label + ">" + msg);
^
ReferenceError: console is not defined
at Object.write (/runner/frameworks/javascript/display.js:55:3)
at Object.handleError (/runner/frameworks/javascript/cw-2.js:244:22)
and etc...
Same issue!
How to fix it?
Yeah, it's too easy for 6 kyu.
It should be stated in the description that the returned object shouldn't have a key with the name of "secret".
Oh, I didn't realize I'm using closure, lol.
@nmoadev You should add it to the description too.
This comment is hidden because it contains spoiler information about the solution
Sample tests are not strictly necessary to complete a kata, and authors are not strictly required to add them. Sample tests can be meant as just an initially blank playground for users training on a kata, without any initial test cases.
However, it's considered a good authoring practice to provide a small set of sample tests, or, at least, replace the initial template with something at least a little bit meaningful and related to the kata.
Loading more items...