how to add comment to code that don't appear in output ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 5

how to add comment to code that don't appear in output ?

how to add comment to code that don't appear in output ?!

1st May 2017, 4:50 AM
Salah Ayoob
Salah Ayoob - avatar
5 Answers
+ 17
most are //comment and /* multiline comment */ for ruby #comment
1st May 2017, 5:02 AM
Agus Mei
Agus Mei - avatar
+ 17
multiline /*CSS*/ /*JavaScript*/ single line //JavaScript <!--html-->
1st May 2017, 5:08 AM
Prashanth Kumar
Prashanth Kumar - avatar
+ 12
for most languages: you use " //text here" and /* multi line text here */ ------------------------- #text for ruby <!--text for html--> also, dont use so many tags....
1st May 2017, 4:58 AM
DeleteThisAccount
+ 3
23rd Aug 2017, 1:02 PM
Salah Ayoob
Salah Ayoob - avatar
0
thanks all
16th Aug 2017, 10:39 PM
Salah Ayoob
Salah Ayoob - avatar