Wednesday, July 20, 2016

javascript style brackets

there is an added benefit of doing brackets thusly

blah {
}

instead of

blah
{
}

because with return statements
return
{
x:67,y:679
}

this will return undefined

No comments:

Post a Comment