• Custom User Avatar

    Can the description be less informative about what timesTable mean in the kata?

  • Custom User Avatar

    JS Node 12 should be enabled

  • Custom User Avatar

    Mad Max has attempted to confuse you by adding extra numbers into elements of the array that are divisible by 2 exactly.

    It's not elements of the array that are divisible by 2, it's the index of the elements.

    Also it's 0-indexed.

  • Custom User Avatar

    Fun kata, thanks!

    Please do consider rewording this note in the description:
    "Mad Max has attempted to confuse you by adding extra numbers into elements of the array that are divisible by 2 exactly."

    I understood this to mean numbers/elements in the array that were even, when it intended to mean even indexed elements (not the elements themselves). Maybe reword to:
    "Mad Max has attempted to confuse you by adding extra numbers into elements of the array, those whose index are divisible by 2 exactly."

  • Custom User Avatar

    Neesd random tests.

  • Custom User Avatar

    Apparently fixed.

    May have been a platform error.

  • Custom User Avatar

    Actually, I've deleted my code in order to attempt to submit an empty function just to see if it will accept anything, but the error is there no matter what is submitted...

  • Custom User Avatar

    Hey Johan, I'm sorry you found this kata confusing but thanks for seeing it through and giving me some feedback. I'll pull this Kata later on tonight as I need to spend a little time removing the unnecessary over-complications. Thanks again.

  • Custom User Avatar

    Hey Johan, thanks for flagging this issue. I'll try and see what could be causing the error over the weekend.

  • Custom User Avatar

    Thanks for flagging st3f4n, sorry for the late response – if you get a chance would you mind forwarding me your attempt code to help me identify what could be causing the issue. Thanks

  • Custom User Avatar
    500: Internal Server Error
    Description: TypeError: First argument must be a string, Buffer, ArrayBuffer, Array, or array-like object.
    

    on Submit.

  • Custom User Avatar

    This comment is hidden because it contains spoiler information about the solution

  • Custom User Avatar

    Uhm I can't submit anything, keep getting 500: Internal Server Error

  • Custom User Avatar

    Cheers dude , I'll be using that method from now on.

  • Custom User Avatar

    You might want to avoid comparing Strings with ==, as it can fail under some situations.
    Try using string1.equals(string2) instead which is very reliable.

  • Loading more items...