Skip to content

Instantly share code, notes, and snippets.

@djD-REK
Created September 19, 2019 06:23
Show Gist options
  • Save djD-REK/db0efa44662e6b70580474051a7c2f8a to your computer and use it in GitHub Desktop.
Save djD-REK/db0efa44662e6b70580474051a7c2f8a to your computer and use it in GitHub Desktop.
if (employeeBonus>500)
{ console.log("🥳") }
else
{ console.log("🙂") } // 🥳
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment