Skip to content

Instantly share code, notes, and snippets.

@codecademydev
Created October 25, 2018 12:38
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save codecademydev/2d6d40f9622cffd39c91bfc294c14103 to your computer and use it in GitHub Desktop.
Codecademy export
const myName = 'Lus';
const myCity = 'Angra do Herosmo';
console.log(`My name is ${myName}. My favorite city is ${myCity}`)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment