Skip to content

Instantly share code, notes, and snippets.

@yoelnacho
Created July 13, 2017 01:13
Show Gist options
  • Select an option

  • Save yoelnacho/fa09a0c414e232c0d1396349f27d229a to your computer and use it in GitHub Desktop.

Select an option

Save yoelnacho/fa09a0c414e232c0d1396349f27d229a to your computer and use it in GitHub Desktop.
variables en un string
path: string = "assets/images/";
let noimage = `${ path }no_avatar.svg`;
// Devuelve -> "assets/images/no_avatar.svg"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment