Skip to content

Instantly share code, notes, and snippets.

@perjansson
Last active December 1, 2017 08:40
Show Gist options
  • Save perjansson/d6937ea05d4602524f2c844c1d37559c to your computer and use it in GitHub Desktop.
Save perjansson/d6937ea05d4602524f2c844c1d37559c to your computer and use it in GitHub Desktop.
var message = 'The best car is ' + randomCar
// becomes
var message = `The best car is ${randomCar}`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment