Did inverted string quote support appear in Ecmascript 6?

Asked

Viewed 235 times

0

Inverted quotes used in strings like `exemplo` were added to Ecmascript 6? I wonder if this came up in this version.

PS: I don’t believe the question is duplicated, because my question is whether the functionality appeared in Ecmascript 6 and not about how it works and the templates.

  • 1

    Related: https://answall.com/questions/166954/comorunninga-syntax-de-tagged-template-strings-fntexto-10-text

1 answer

2


I wonder if that came up in that version.

As you can find in the documentation on Template Strings on MDN, yes, this feature was added in the Ecmascript 6 specification.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.