how to write a javascript file code example
Example 1: how to write in js
document.write("put your text here!");
Example 2: include javascript in html
<script>
// JS Here
</script>
document.write("put your text here!");
<script>
// JS Here
</script>