0
what is the use of comments
I can't see any effect in html document
5 odpowiedzi
+ 6
They are "non executable" parts of a code.
A programmer writes a code according to his own algorithm which might not be understood by another programmer reading the code.
Well written comments which provide information as to what a part of the code is doing will help the reader understand the code.!!!
It may also help the coder himself to understand his own code at a later .
+ 1
anytime😉
0
thanks
0
Just more explain for the programer, when your code about 500 hundred lines, you well need to comments
0
for more understanding of the program