Skip to content

Instantly share code, notes, and snippets.

@adelura
Created November 6, 2013 18:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save adelura/7341784 to your computer and use it in GitHub Desktop.
Save adelura/7341784 to your computer and use it in GitHub Desktop.
// some comment
function hello() {
if () {
} else {
console.log('my name is Artur Delura');
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment