Most JS developers know template literals. Fewer know you can tag them — and it unlocks some seriously powerful patterns. A tagged template is a function placed right before a template literal. It ...