domenic / count-to-6

An intro to some ES6 features via a set of self-guided workshops.
Other
326 stars 76 forks source link

tagged template strings - escaping apostrophes #16

Closed mvolkmann closed 9 years ago

mvolkmann commented 9 years ago

Why do you suggest using ' to escape an apostrophe instead of ' ?

domenic commented 9 years ago

I literally cannot tell what this post is asking...

mvolkmann commented 9 years ago

That's because GitHub interpreted the character entities I typed in the issue. ;-) In your solution you show escaping apostrophes with ampersand pound-sign 39 semicolon. Why not use ampersand apos semicolon?

domenic commented 9 years ago

No particular reason.