Tagged template literals allow you to parse template literals with a _________ function.

  • Regular
  • Parse
  • Tag
  • Transform
In ES6, tagged template literals use a tag function to parse the template literal. This function, often referred to as the tag, allows you to process the template and its interpolated values before producing the final string.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *