lostm1nd / HackBulgaria

Projects related to the courses at HackBulgaria
1 stars 0 forks source link

Identation of variables #3

Closed RadoRado closed 10 years ago

RadoRado commented 10 years ago

Тук - https://github.com/lostm1nd/HackBulgaria/blob/master/FrontEndJS/week2/exam/1/beerAndFries.js#L5 - е добра идея да имаш еднаква идентация - всички променливи да са една под друга, когато ползвaш 1 var

RadoRado commented 10 years ago

В counter-a е същото

    var buttons = $('button'),
        timer = $('#timer span'),
        timerInterval;

Не са подравнени