Live data from Hacker News

Executing non-alphanumeric JavaScript without parentheses

blog.portswigger.net

21–22 of 22 posts

Re: Executing non-alphanumeric JavaScript without parentheses

#21
post #13

Ctrl-F template strings... yep, there they are. So if you didn't know, ES6 added template strings, which are these really awesome things because they have multiline and string interpolation capabilities (and they're safely far away from JSON, which in my opinion shouldn't have such capabilities). They are very pretty and incredibly handy; you write console.log(` I'm so ${scared} in case ${ I.fall.off() } my chair And…

"template literals" nowadays.

Still no support on IE (desktop|mobile), Android, ios<9

Post reply on HN