Based on ITP, NYU github
Ask questions when you do not understand something. Chances are you are the not the only person in the classroom or group who does not understand or needs clarification. Figuring out how to ask questions in a technical class can be a learning process all its own. Please don't hesitate to ask even the question that you think it's too simple. They will be helpful for the class. Here's a breakdown with examples to get the process started. Try to be as specific as you can.
What does this error message mean exactly?
p5.js says: You wrote rect(X,X). rect was expecting 4 parameters. Try rect(X,X,X,X). rect takes different numbers of parameters depending on what you want to do. Click this link to learn more: p5js.org/reference/#p5/rect
Unexpected identifier in error messages. What is it?print("Position: " + x);