Returns the result of interpolating a template string when given the strings and interpolations separately.
You can pass a template string directly by doing:
interpolate`Template string here`. Copy
interpolate`Template string here`.
In this case, it will be functionally the same as if you just wrote the template string by itself.
The strings from the template to process.
An array of all interpolations from the template.
A new string with the strings and interpolations from the template applied.
Returns the result of interpolating a template string when given the strings and interpolations separately.
You can pass a template string directly by doing:
In this case, it will be functionally the same as if you just wrote the template string by itself.