Salesqueen Software Solution

Download Free Estimation Now Click Here
Notifications
Clear all

How are comments used in JavaScript?

3 Posts
3 Users
0 Reactions
139 Views
Posts: 461
Topic starter
(@dinesha-g)
Reputable Member
Joined: 2 years ago

comments in JavaScript

2 Replies
Posts: 52
(@chitravarsha15)
Trusted Member
Joined: 2 years ago

Statement execution can be stopped using comments. While the compiler is running the code, comments are ignored. Because they provide users with code explanations, comments are user-friendly.

 

 

Reply
Posts: 173
(@princy)
Estimable Member
Joined: 2 years ago

The JavaScript comments are a useful method of message delivery. It is used to add explanations, cautions, or recommendations to the code so that the end user can quickly understand it

Reply
Share: