Ad
  • Custom User Avatar

    Not broken, Visualize the description carefully

  • Custom User Avatar
  • Default User Avatar

    One of the best Katas that i solved :D

  • Default User Avatar

    that's not an issue, pay attention to b value,hint: you need to have some limit for the values :D

  • Default User Avatar

    on JS i think 1 test is broken to be specific ".......
    X......." this one it says that it should return [0,0] but instead the spaceship is situated at [0,1]

  • Default User Avatar

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

  • Default User Avatar

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

  • Default User Avatar

    hmm i have a question: is the date solved with Date.UTC(params)??

  • Custom User Avatar

    JS : expected/actual are swapped at some places in the test suite (I don't know where exactly, see message just below)

  • Custom User Avatar

    just the expected and acual that are swapped in the code. Yours is in "expected". ;)

  • Default User Avatar

    sonething is wrong with this kata i just inserted and empty array wtih 52 elements and after that i hitted atempt and on the last test i got:

    Expected: [, , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ], instead got: ['ace of clubs', 'ace of diamonds', 'ace of hearts', 'ace of spades', 'eight of clubs', 'eight of diamonds', 'eight of hearts', 'eight of spades', 'five of clubs', 'five of diamonds', 'five of hearts', 'five of spades', 'four of clubs', 'four of diamonds', 'four of hearts', 'four of spades', 'jack of clubs', 'jack of diamonds', 'jack of hearts', 'jack of spades', 'king of clubs', 'king of diamonds', 'king of hearts', 'king of spades', 'nine of clubs', 'nine of diamonds', 'nine of hearts', 'nine of spades', 'queen of clubs', 'queen of diamonds', 'queen of hearts', 'queen of spades', 'seven of clubs', 'seven of diamonds', 'seven of hearts', 'seven of spades', 'six of clubs', 'six of diamonds', 'six of hearts', 'six of spades', 'ten of clubs', 'ten of diamonds', 'ten of hearts', 'ten of spades', 'three of clubs', 'three of diamonds', 'three of hearts', 'three of spades', 'two of clubs', 'two of diamonds', 'two of hearts', 'two of spades']

    this test expects and empty array and i got an array of items what is wrong with this??

  • Custom User Avatar

    Nested loops won't work. indexOf has a loop under the hood.

  • Default User Avatar

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

  • Default User Avatar

    Not an issue (resolved)

  • Default User Avatar

    i solved it finally half hour after i've posted the question thx anyway

  • Loading more items...