Created
July 13, 2017 01:13
-
-
Save yoelnacho/fa09a0c414e232c0d1396349f27d229a to your computer and use it in GitHub Desktop.
variables en un string
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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