Ad
  • Custom User Avatar

    That's so wierd. Maybe I accidentally deleted some of the string, thought it was super odd 🤔

  • Custom User Avatar

    One of the tests for JS is incorrect, it reads: Test.assertEquals("toAlternatingCase".toAlternatingCase(), "sTRING.PROTOTYPE.TOaLTERNATINGcASE");

    It needs updating to: "Test.assertEquals("String.prototype.toAlternatingCase".toAlternatingCase(), "sTRING.PROTOTYPE.TOaLTERNATINGcASE");"

  • Custom User Avatar

    The final tests have an issue, they give the error: undefined method `are_you_playing_banjo' for main:Object (NoMethodError)
    Did you mean? areYouPlayingBanjo (In Ruby)

  • Custom User Avatar

    A few issues with this one in Ruby it seems. Needs more test cases.
    Can't see where one of the tests has failed, I get: 2 passes with 'Buy' and 'Pass' then one fail...