Over the last few years, Vanilla JS (aka. plain old JavaScript) has quickly turned into one of the most popular front-end languages. A large number of frameworks and libraries are built on JavaScript. There is one important technique that remains constant, irrespective of which framework/library you use - putting JavaScript directly into HTML. This technique is also called “Templating”. Why to put