Open Heathercoraje opened 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?
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?