JS Comments
❮ Previous Next ❯ JavaScript Comments A comment is simply a line of text that is completely ignored by the JavaScript interpreter. Comments are usually added to provide extra information about the source code. It will not only help you understand your code when you look after some time but also others who are working […]