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.
You changed the name of the solution function.
Your solution does not conform to requirements of the kata. It's not a kata issue.
Look at your function name. Is it really
multiply
?We cannot tell whats wrong with your solution without seeing your solution, sorry.
Hello, I have tested my code in my editor and it passes, but when I try to run it here, I get the error 'multiply' is not defined'. Can someone help please?
whoops, forgot about that. many thanks for your help
you just have to return a boolean not a string.
thanks.
I am now getting the following message when I run the tests though:
expected 'true' to equal true....
?
This comment is hidden because it contains spoiler information about the solution
My code passes in my own code editor with the right answers when I run it, but it is failing when I attempt it in codewars. Can anyone help please?