Skip to content

Instantly share code, notes, and snippets.

@Fauntleroy
Last active February 18, 2016 00:30
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Fauntleroy/6517551 to your computer and use it in GitHub Desktop.
Save Fauntleroy/6517551 to your computer and use it in GitHub Desktop.
semicolon style
// Spaces are silly
// Github hates tabs
// Everyone love semicolons, right?
var semicolonStyle = function(){
;;;;setTimeout( function(){
;;;;;;;;alert('semicolon style rules!')
;;;;}, 50 )
}
;
semicolonStyle()
@joanniclaborde
Copy link

AND they're always visible. Approved!

@nelsonpecora
Copy link

:shipit:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment