An object

When you see the dot (as in ball_1.inflate();) in the code, what does it mean you are looking at?

Ball Constructor

Which line of code would cause the constructor event (shown below) to run?


Constructor

When this line of code runs, which part of the class would run.

  ball_1 = new Ball(100, 100);

Sketch Files

In the p5js.org editor, where would you (as the programmer) look to access these files?

Assume the files are already uploaded to the p5js.org server.