Guest User

Untitled

a guest
Sep 9th, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.         sum = solves.reduce (s, t) ->
  2.             a = t['time']
  3.             (++dnfs; a = 0) if t['DNF']
  4.             alert JSON.stringify t
  5.             a + s
  6.         , 0
Add Comment
Please, Sign In to add comment