OP fixed the code and constantly passes, except when such cases appear as OP's solution only checks for initial divisors between 2 to 100, hence an issue :-), but closing this as of now ! ^^
The Objects monkObj and clientObj keyValue pairs are named differently, in the description they are snake_case when in reality they are camelCase. Seems like a pretty big oversight to me. Could we fix the readme or the tests one or the other. Also, "sea," and "island," might be correct way to use in english but in the actual tests the key value pairs are "sea" and "island" can we get some consistent names please?
});
^
SyntaxError: Unexpected token )
at Object.exports.runInThisContext (vm.js:76:16)
at Object. ([eval]-wrapper:6:22)
at
at bootstrap_node.js:357:29
at _combinedTickCallback (internal/process/next_tick.js:67:7)
at process._tickCallback (internal/process/next_tick.js:98:9)```
OP fixed the code and constantly passes, except when such cases appear as OP's solution only checks for initial divisors between 2 to 100, hence an issue :-), but closing this as of now ! ^^
The Objects monkObj and clientObj keyValue pairs are named differently, in the description they are snake_case when in reality they are camelCase. Seems like a pretty big oversight to me. Could we fix the readme or the tests one or the other. Also, "sea," and "island," might be correct way to use in english but in the actual tests the key value pairs are "sea" and "island" can we get some consistent names please?
'
Currently Codewars platform is experiencing issues.
Also, why're you commenting about an issue of a kata on another kata unrelated to the one you're having problems with?
I am having the same problem, I can't submit my answer even though "Time: 398ms Passed: 104 Failed: 0" on Where is my Parent?!(cry)
In case of division by zero you should not return anything, instead of that you should raise an exception (any exception in case of JavaScript).
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
I am getting a weird error: