Skip to content

Instantly share code, notes, and snippets.

@gladchinda
Last active July 30, 2018 22:22
Show Gist options
  • Save gladchinda/154e2c07dafd04bcd79f08b59afda576 to your computer and use it in GitHub Desktop.
Save gladchinda/154e2c07dafd04bcd79f08b59afda576 to your computer and use it in GitHub Desktop.
const greeting = `Good morning!`;
const shortcut = `\`cmd\` + \`shift\` + \`G\``;
console.log(greeting); // "Good morning!"
console.log(shortcut); // "`cmd` + `shift` + `G`"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment