Comments in JavaScript

 JavaScript Comments

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>KST Learning</title>
</head>
<body>
<script>
// Single Line Comment
/* Multi Line Comment */
</script>
</body>
</html>

See more details please watch my video Click Here



Post a Comment

Previous Post Next Post