Skip to content

Instantly share code, notes, and snippets.

@Damimd10
Created March 24, 2019 03:22
Show Gist options
  • Save Damimd10/7048e582f3ca4765c7358b45a1bf98ff to your computer and use it in GitHub Desktop.
Save Damimd10/7048e582f3ca4765c7358b45a1bf98ff to your computer and use it in GitHub Desktop.
{
const welcome = 'Welcome to our JS Workshop'
console.log(welcome) // 'Welcome to our JS Workshop'
}
console.log(welcome) // Error, welcome is not defined
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment