3
iDanoo
8y

What is everyone's preferred formatting for functions/if statements. Does the first curly brace go on the same line or a new line?

function 1() {

}

or

function 2()
{

}

Comments
Add Comment