tagged template

  • Tagged templates are template literals with a tag.

  • They are parsed by its tag function.

    • The first argument of a tag function contains an array of strings.

    • The remaining arguments are related to the (interpolation) expressions.

Last updated