Created
January 8, 2019 23:50
-
-
Save robertcoopercode/b70d2f0f85bade6e982b4bb80dbcbedc to your computer and use it in GitHub Desktop.
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
let punchline: string = 'Because it was free-range.'; | |
let joke: string = ` | |
Q: Why did the chiken cross the road? | |
A: ${punchline} | |
`; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment