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.
That's not the test you're failing. You're failing the test with 2 empty arrays. See https://docs.codewars.com/training/troubleshooting/#print-input
Not a kata issue.
This comment is hidden because it contains spoiler information about the solution
The clue is in the error message. You cannot do
null.sort()
Can't seem to pass this one test
(Testing for null and []
TypeError: Cannot read properties of null (reading 'sort')
at comp (test.js:5:18)
at Context. (test.js:93:26)
at process.processImmediate (node:internal/timers:471:21))
The function
domainName
should only have one argument. The domain name is the solution you have to return.This comment is hidden because it contains spoiler information about the solution
No Stone left unturned :P
Its writing hello yaaaaa lol
Please explain more if you want to get an answer.
This comment is hidden because it contains spoiler information about the solution
why am i getting unauthorized message in output
Expected '1 * 5 = 5\n2' to equal '1 * 5 = 5\n'
this is what is showing me for every line
in vs its printing on new colum just like the example
help me hear guys?
This comment is hidden because it contains spoiler information about the solution
Issue with your code is not a kata issue! When I ran your code, there's
division by zero
error, so your logic is wrong! And you don't need to includemain
in your solution, FYI!This comment is hidden because it contains spoiler information about the solution
Loading more items...