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.
How so?
console.log
works just fine, if you don't see anything print a string besides the arrays, maybe they're both empty?Well it appears I too am stuck here. There is no log for what arrays are actually entered so I have no way to test it specifically.
I read through the suggestion above, and it basically tells me where to identify and test, but in this case that information isn't here.
Hello swizziedizzie!
May be you could share with me why it behaved like that in your case? Because I got the same issue but that link did not help me.
Thanks!
Read https://github.com/codewars/codewars.com/wiki/Troubleshooting-your-solution#print-input
Did you try to step through your solution with debugger in your IDE? It's a really great tool, very helpful. Or maybe you did and it did not help?
About code formatting: https://github.com/codewars/codewars.com/wiki/Markdown-Formatting#code-blocks
Yes, you do.
dude maybe it helps you. Copy this formula to convert F to Celsius "(temp - 32) * (5/9)"
i think your formula was "((temp - 32) *5) / 9"
Many issues about it have already been reported, plus you didn't bother telling us the language.
Make sure you're copying the formula exactly, with each bracket as is. If it's not helping, I suggest you move onto another kata, this one is terrible IMO.