Ad
  • Custom User Avatar

    The Bible is a good book.

  • Custom User Avatar
  • Custom User Avatar

    I still failed about a dozen tests.

    Expected: [['Judy', 102], ['Jared', 102], ['Jet', 102], ['Joe', 102], ['John', 102], ['Jude', 102], ['Jackson', 101], ['Jill', 101], ['Jeremy', 100], ['Joel', 100], ['Josephine', 100]], instead got: [['Jared', 102], ['Jet', 102], ['Joe', 102], ['John', 102], ['Jude', 102], ['Judy', 102], ['Jackson', 101], ['Jill', 101], ['Jeremy', 100], ['Joel', 100], ['Josephine', 100]]

  • Custom User Avatar

    Can't pass the random tests in JS. I'm assuming they should be sorted alphabetically when the score is the same, but random test results are not sorted this way.

    Expected: [['Jared', 102], ['Jude', 102], ['Joel', 102], ['Jet', 102], ['Josephine', 102], ['Jackson', 102], ['Jill', 101], ['Jeremy', 101], ['John', 101], ['Joe', 100], ['Judy', 100]], instead got: [['Jackson', 102], ['Jared', 102], ['Jet', 102], ['Joel', 102], ['Josephine', 102], ['Jude', 102], ['Jeremy', 101], ['Jill', 101], ['John', 101], ['Joe', 100], ['Judy', 100]]