Learn the fundamental concepts of computer programming
Comments are lines of text in your code that the computer completely ignores when running the program. They are meant entirely for humans (you, or other programmers reading your code).
Edit the code below and click Run to see the result live.