You are viewing a single comment's thread. Return to all comments →
With this problem I found that in JS you can do things like
maxScore = minScore = scores.shift();
It was very interesting to me
Seems like cookies are disabled on this browser, please enable them to open this website
Breaking the Records
You are viewing a single comment's thread. Return to all comments →
With this problem I found that in JS you can do things like
maxScore = minScore = scores.shift();
It was very interesting to me