Sunday, June 26, 2022

Comments in JavaScript

 <html>
<head>
<script>
/* it is single as well multiline comment */
document.write ("I am in js");
</script>
</head>
<body>
<p> Welcome to the world of javascript </p>
</body>
</html>    

 


 

No comments:

Post a Comment

MCQ QUESTIONS

Loading…