JavaScript end line comments

02:32 0 Comments A+ a-

<html>
<body>

<script type="text/javascript">
document.write("Hello"); // Write "Hello"
document.write(" Mahbub!"); // Write " Mahbub!"
</script>

</body>
</html>

Result