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.
Your code now fails for this -->
Your code returns
false
, but correct output istrue
(I did not actually write the JSFuck myself, just used an encoder)
You can use https://jscrew.it/ to decode it! Enjoy it :D
Really impressive !!! Now I know another style JS - can you translate it into vanilla JS? T.Y
For this input the correct answer is false, so you are mistaken somewhere. Read this: https://docs.codewars.com/training/troubleshooting/
Please, help me !!!
This comment is hidden because it contains spoiler information about the solution
Sir, so smart !!!
Sir, so smart !!!
Really good Kata !!! Tks
Printing the input you can narrow down the input values that make your code fail and debug your code easier.
Sorry but i don't have any print (console.log() in JS) the result inside the function, only return using. But I solved the problem, thanks a lot!
Print the input: https://docs.codewars.com/training/troubleshooting#print-input
This comment is hidden because it contains spoiler information about the solution