Ad
  • Custom User Avatar

    Description says select the third element of the array and the third letter of that element. But the first test takes the second element (0,1,2) and takes the 4th letter of that element (N) and returns nectarines as result. In this case test should return nothing here.

  • Default User Avatar

    Hey dke! I wonder what does this mean "yes it is possible - Expected: true, instead got: false"

    I get this warning but I can'T see for which test case it did not pass. Is it normal to not see the test case? My function passes many cases but not the some of edgy ones, I would like to see how edgy they are :)