the correct syntax to use javascript file code example
Example: the correct syntax to use javascript file
<script type="text/javascript">
a = 8 + "8";
document.write(a);
</script>
<script type="text/javascript">
a = 8 + "8";
document.write(a);
</script>