Hello! Today I learned about innerHTML and Template Strings in Javascript. Let's start with innerHTML. With innerHTML, you can manipulate and add HTML elements with JavaScript. For example, if someone has a div-container in the HTML file but forgot t...