Ad
  • Custom User Avatar

    ok, I will double check my code again. Thank you for the feedback... Ok i double checked and see where it got messed up. all the values were in the array that I was using , but I neeed to look at the condition statement that I have... my mistake

  • Custom User Avatar

    Something must be wrong.. THe test expectations appear to be incorrect.. expected [ '3', '5', 2, 8, '3', 4 ] to deeply equal [ 1, 3, 2, 8, 5, 4 ] .. Thats impossible since their no 1 in the array being passed in. The requirments for the code are just to sort the odd numbers.

  • Custom User Avatar