Skip to content

Instantly share code, notes, and snippets.

@xoptgah
Created January 23, 2019 01:26
Show Gist options
  • Select an option

  • Save xoptgah/3234bca4f862b46f9515d1cdd5e2f739 to your computer and use it in GitHub Desktop.

Select an option

Save xoptgah/3234bca4f862b46f9515d1cdd5e2f739 to your computer and use it in GitHub Desktop.
Javascript Notes Book
// You can use console.log() in combination with placeholders:
var greet = "Hello", who = "World"; console.log("%s, %s!", greet, who);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment