• + 0 comments

    With this problem I found that in JS you can do things like

    maxScore = minScore = scores.shift();

    It was very interesting to me