Spotify Client 1.x beta for Linux has been released
community.spotify.com2 pointsby feliperibeiro0 comments
The intention is to blend academic concepts with the
JavaScript bits of insanity, applying Atwood's Law to CS101. 34 var tmp = a;
35 a = Math.max(a, b);
36 b = Math.min(tmp, b);
37 if (a % b === 0) return b;
to avoid the unnecessary repetitions if b is already the GCD