well, whoever created the kata translation should fix it, or any of you is welcome to. As I said, I'm not a python guy..
It's not efficient enough then. That's part of the challenge: to generate a code that runs quickly enough.
It's not a bug, it's a feature :)
No sure how I found myself there...
Fixed it.
FYI, in codewars' reference (https://www.codewars.com/docs/js-slash-coffeescript-test-reference) they do not list AssertDeepEquals, and assertArrayEquals didn't work, so I resorted to the stringify method.
I believe the issue is now fixed. Thanks for bringing it to my attention
Oh, I see. I have a mistake in the code. I'll fix it and re-publish.
Good spot! Thanks!
See below
How did you come up with the "/ 76.6". Try it with / 80. I have a feeling this will do it.
Almost there :)
Try to add width and height to the canvas object:
var canvas = new Canvas(width,height);
can you share your code? (mark it as having spoiler)
Not really a javascript challenge, more of a bf challenge.. just sayin'...
Your code is not efficient enough to pass
This comment is hidden because it contains spoiler information about the solution
Thank you :)
Loading collection data...
well, whoever created the kata translation should fix it, or any of you is welcome to. As I said, I'm not a python guy..
It's not efficient enough then.
That's part of the challenge: to generate a code that runs quickly enough.
It's not a bug, it's a feature :)
No sure how I found myself there...
Fixed it.
FYI, in codewars' reference (https://www.codewars.com/docs/js-slash-coffeescript-test-reference) they do not list AssertDeepEquals, and assertArrayEquals didn't work, so I resorted to the stringify method.
I believe the issue is now fixed. Thanks for bringing it to my attention
Oh, I see. I have a mistake in the code. I'll fix it and re-publish.
Good spot!
Thanks!
See below
How did you come up with the "/ 76.6". Try it with / 80. I have a feeling this will do it.
Almost there :)
Try to add width and height to the canvas object:
can you share your code? (mark it as having spoiler)
Not really a javascript challenge, more of a bf challenge.. just sayin'...
Your code is not efficient enough to pass
This comment is hidden because it contains spoiler information about the solution
Thank you :)
Loading more items...