facn2 / judgement-day

1 stars 1 forks source link

repetitive line of code? #47

Open Heathercoraje opened 7 years ago

Heathercoraje commented 7 years ago

https://github.com/facn2/judgement-day/blob/master/public/js/index.js#L6

Though winnerButton variable is defined out of function block(scope) in line1, it is written again on lline 6. Is there any reason?