Hacker News new | ask | show | jobs
by joshuacc 984 days ago
Tags are functions that receive an array of strings and then a series of arguments corresponding to values passed in the interpolation slots, allowing you to use template literal syntax while the tag function does something much more complex under the hood, potentially including returning non-string values.
1 comments

Ohhh got it, thanks!