xxxxxxxxxx
<script type="text/javascript">
console.log("text console log");
</script>
xxxxxxxxxx
<script>
// Put JavaScript inside here
</script>
<!-- OR -->
<script src="all-js/01001/015.js"></script>
xxxxxxxxxx
<script>
//Insert JS scripts here
var html
html = "You can use the <script> tag to incorporate JS code into your HTML code"
console.log(html)
</script>