0
What is the benefit of the "comments" and it doesn't appear on browser? What do comments do?
Sorry if I got grammatical mistakes
4 Antworten
+ 5
They help if you get lost in your code or forget how a part works (also help readers).
+ 4
It elaborate the codes so that even average people can understand it
+ 2
Comments are hints for developers, they make the code more "understandable". Imagine thousands of lines of code without comments and you need to find only one single line to fix something.
+ 2
Thanks a lot ☺ ☺