so i was checking @robbmj 's answer to this question, and i came across the following code:
var timer = duration, minutes, seconds;
and another one here:
var start = Date.now(),
diff,
minutes,
seconds;
I have never been to that code before. Could someone please explain what those two lines of code does or at least how to read them ?