// Normal comment here // var lorem = { ipsum: true, // Nested if here // if_here: 'blah', // elseif_here: 'tada', // else_here: 'ok', // other: 'thing' }; // // var testing = 123;