Personally, if all is encapsulated inside self executing function, i put one semicolon before and one after it.
function v(x) { return x; } v("yeah");
Newline matters / doesn't matter, the same with the semicolons.
Personally, if all is encapsulated inside self executing function, i put one semicolon before and one after it.