Ad
  • Custom User Avatar

    Not a kata issue.

    You return Ross 9757; expected is Ross 9604.

    "expected $ACTUAL to deeply equal $EXPECTED"

  • Custom User Avatar

    i pass the first test and fail at the random test when i log it it was the same answer as expected anyone experiencing this? (Using JS)

    This is my Console Log

    [
    [ 'Rachel', '$9266', '6 apples' ],
    [ 'Gunther', '$9905', '8 lemons' ],
    [ 'Joey', '$9423', '5 tables' ],
    [ 'Marcel', '$9229', '3 carrots' ],
    [ 'Janice', '$9019', '1 banana' ],
    [ 'Ross', '$9757', '9 playstations' ],
    [ 'Phoebe', '$9331', '4 oranges' ]
    ]

    This is the expected

    expected [ [ 'Rachel', '$9266', '6 apples' ],
    [ 'Gunther', '$9905', '8 lemons' ],
    [ 'Joey', '$9423', '5 tables' ],
    [ 'Marcel', '$9229', '3 carrots' ],
    [ 'Janice', '$9019', '1 banana' ],
    [ 'Ross', '$9757', '9 playstations' ],
    [ 'Phoebe', '$9331', '4 oranges' ] ] to deeply equal [ [ 'Rachel', '$9266', '6 apples' ],
    [ 'Gunther', '$9905', '8 lemons' ],
    [ 'Joey', '$9423', '5 tables' ],
    [ 'Marcel', '$9229', '3 carrots' ],
    [ 'Janice', '$9019', '1 banana' ],
    [ 'Ross', '$9604', '9 playstations' ],
    [ 'Phoebe', '$9331', '4 oranges' ] ]

  • Custom User Avatar

    I can't find a formula for the speed function can i get a hint?