Skip to content

Instantly share code, notes, and snippets.

@joaogolias
Last active October 29, 2018 19:38
Show Gist options
  • Save joaogolias/f0217660f9309c5ff5a6b282a45798c2 to your computer and use it in GitHub Desktop.
Save joaogolias/f0217660f9309c5ff5a6b282a45798c2 to your computer and use it in GitHub Desktop.
const a = 3;
if (a < 2) {
console.log('is less than 2')
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment