I prefer to use it like this -> var a = 2 ,b = "tan" ,c = "gent" ; Keeps the var block distinctly visible in a function and in case you add a new variable there's only one line diff.
I prefer to use it like this -> var a = 2 ,b = "tan" ,c = "gent" ; Keeps the var block distinctly visible in a function and in case you add a new variable there's only one line diff.