02- JavaScript Comments With Examples

Опубликовано: 17 Апрель 2026
на канале: Saad Abbasi
8
1

Single-line comments are used to comment a part of a line or a full line of code in JavaScript. You can use it for either explaining the code or debugging (commenting out to prevent the execution by the browser). For a single-line comment, you have to write two forward slashes // and for multi line /**/ this syntax is followed

_/LINKS\
? Facebook:?   / csinbestway  
? Twitter:?   / saad_abbasi_  
? Website:? http://www.darazajk.com
================================================
================================================


_|Watch More Videos|

? Web Designing Course in Urdu | hindi| (Course introduction) ||    • Web Designing Course in Urdu/hindi 2020 (C...  

? web designing course in urdu/hindi ||Section 1 Getting Starteds ||    • web designing course in urdu/hindi ||Secti...  

? Click to see all our videos ||    / @saadabbasi  

? Subscribe to our channel ||    / @saadabbasi  



_/LINKS Of Source Code\
================================================
Free Source Code =//Will Be available soon
================================================



#JavaScript
#JavaScript_Comments
#CsInBestWay