export default function sortScores(scores){
  return scores.slice().sort();
}
Run tests to see results.