Skip to content

Instantly share code, notes, and snippets.

@the-gigi
Created May 12, 2021 18:56
Show Gist options
  • Save the-gigi/b200ef79543f015907be7576d19b67d1 to your computer and use it in GitHub Desktop.
Save the-gigi/b200ef79543f015907be7576d19b67d1 to your computer and use it in GitHub Desktop.
function foo()
{
console.log('foo here')
const x = 3
console.log('x + 2 =', x+2)
}
foo()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment