Skip to content

Instantly share code, notes, and snippets.

@rtivital
Last active February 1, 2017 12:20
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 rtivital/c5112dc5ba808ee1001de6fc529fc049 to your computer and use it in GitHub Desktop.
Save rtivital/c5112dc5ba808ee1001de6fc529fc049 to your computer and use it in GitHub Desktop.
const a = 5;
if (a) {
console.log(a);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment