Comments
// for single line comments we can use two forward slashes
/* for multiline comments
we use forward slash with start
*/
<script type="text/javascript">
// for single line comments we can use two forward slashes
/* for multiline comments
we use forward slash with start
*/
</script>