JS

JavaScript ES6 - Access tagged templates

23.

How can you access the interpolated values inside a tagged template function in ES6?

Using the 'interpolations' property

Using destructuring assignment

Using the 'this' keyword

Using the arguments object