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.
Nice!
Really smart using the global object. I could not think of a solution to one line this kata.
Nice! :D
When testing this solution, I receive the following error both in Chrome and Firefox
async function submitOrder(user) {
^^^^^^^^
SyntaxError: Unexpected token function
at createScript (vm.js:56:10)
at Object.runInThisContext (vm.js:97:10)
at Object. (eval-wrapper:6:22)
at
at evalScript (bootstrap_node.js:353:27)
at run (bootstrap_node.js:122:11)
at run (bootstrap_node.js:389:7)
at startup (bootstrap_node.js:121:9)
at bootstrap_node.js:504:3
Haha! Hilarious solution!
Had no idea this function existed
Excellent solution!
Showing off!
Great solution!
Good solution. Helped me realise I did not have to remove the non-hex characters.
This kata was tough for me too. I also unlocked the solution for the first time after getting extremely frustrated.
This comment is hidden because it contains spoiler information about the solution
I'm getting exactly the same problem. I tried other passed solutions and now they don't pass because of [-3,-0]
Yes I did push the red arrow. I'm getting the following:
Each time the red arrow is clicked next to "Basic Tests", the "Completed in 12ms" is what is shown and hidden.
I am printing both the input array and answer. Both print for the Random Tests but not for the Basic Tests.
Loading more items...