Lessons/Comments/Step1/Step.json
{
"Title": "Create a Single line Comment", "Description": "Single line comments are used to tell the one reading the code what the code below that line does. Create a single line comment by adding a \u0027#\u0027 symbol in front of the text on that line. That line will then be ignored when the code gets executed.", "Hint": "set the # at the start of the line" } |