Skip to content

Instantly share code, notes, and snippets.

@robertcoopercode
Created January 8, 2019 23:50
Show Gist options
  • Save robertcoopercode/b70d2f0f85bade6e982b4bb80dbcbedc to your computer and use it in GitHub Desktop.
Save robertcoopercode/b70d2f0f85bade6e982b4bb80dbcbedc to your computer and use it in GitHub Desktop.
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