Ad
  • Default User Avatar

    Did you ever figure out why it failed? I'm having the same issue.
    My answer returns as [0, 3, 4, 6] while the answer is [0,3,4,6]
    I need to get rid of the white space between the numbers, but for the life of me i cannot figure out how. I've been googling and nothing.

  • Custom User Avatar

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

  • Default User Avatar

    Javascript instructs to find a result with 2 decimal points. However, the 180 answer returns incorrect as 180.00. Also there are no instructions to append labelling strings to the answer. Fix instructions please.

  • Default User Avatar

    Javascript seems to be broken. I am returning an array of the indexes of the capitalized letters in the word "CodEWaRs". My test submits correctly, but my final submission fails.