Skip to content

Instantly share code, notes, and snippets.

@clucasalcantara
Created July 7, 2017 21:47
Show Gist options
  • Save clucasalcantara/40897d9bed6d22336ae43fe22893e4d8 to your computer and use it in GitHub Desktop.
Save clucasalcantara/40897d9bed6d22336ae43fe22893e4d8 to your computer and use it in GitHub Desktop.
first-class-functions
console.log(true ? "verdadeiro" : "falso");
console.log(if(true) ? "verdadeiro" : "falso"); // BLAME HERE SYNTAX ERROR!!!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment