According to JSHint, a Javascript programmer should not add a space after the first parenthesis and before the last one.
I have seen a lot of good Javascript libraries t
I used JSHint to lint this code snippet and it didn't give such an advice:
if( window ) { var me = 'me'; }