Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

What are the comments of javascript?

2025-03-29 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >

Share

Shulou(Shulou.com)06/03 Report--

This article is to share with you what are the comments about javascript. The editor thinks it is very practical, so share it with you as a reference and follow the editor to have a look.

Javascript has three kinds of comments, respectively: 1, multi-line comments, starting with "/ *" and ending with "* /", syntax "/ * comment content * /"; 2, single-line comments, starting with double slash "/ /", syntax "/ / comment content"; 3, line comments, syntax "/ * /", the beginning of the general js file, introducing the author, functions and other information.

/ * add the specified content to the tag whose id attribute is demo * / document.getElementById ("demo") [xss_clean] = "https://www.php.cn/";"

The second method of annotating is the most common "/", which can be seen everywhere between programs and can only be commented on a single line.

/ / this is an one-line comment and can only be commented on a single line. / / another line of comments

The third type of comment is not very common, can be confused with comments in html, and is not recommended.

The third method is followed by not adding-- >, which is different from the html comment.

Thank you for reading! This is the end of this article on "what are the comments on javascript?". I hope the above content can be of some help to you, so that you can learn more knowledge. if you think the article is good, you can share it for more people to see!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Development

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report