What are you using your arraylist stack queue whatever for as adding to the start of an array is best avoided and it sounds like you should be ... ... <看更多>
The following statement deletes three elements of the scores array starting from the first element. let deletedScores = scores.splice(0, 3);. ... <看更多>