<!DOCTYPE html>
<html>

  <head>
    <link rel="stylesheet" href="style.css">
    <script src="script.js"></script>
    <script> 
    const valMath = `<div>${Math.random()}<div>`;
    console.log(valMath);
    </script>
  </head>

  <body>
    <h1>Hello Plunker!</h1>
    More information <a href="https://www.tutorialfunda.com/reactjs/template-strings-javascript-react/">Template Strings in Modern Javascript</a>
  </body>

</html>
// Code goes here

/* Styles go here */

For More Explanation see: [Template Strings in Modern Javascript](https://www.tutorialfunda.com/reactjs/template-strings-javascript-react/)