xxxxxxxxxx
// NOTES FOR CREATIVE CODING
// WEEK ONE TOPICS
// Commands
// Functions "Blocks of Code that complete tasks"
// Code Format
// Reference
// Shapes
// fill()
// alpha
// rectMode()
// stroke()
// strokeWeight()
// WEEK TWO TOPICS
// Conditional Statements
// Keywords "Words reserved by P5js developers"
// Error Types "There are two types"
// Debugging "3 Methods"
// P5js Variables:
// mouseX
// mouseY
// mouseButton
// mouseIsPressed
// key
// keyCode
// keyIsPressed
// random()
// WEEK THREE TOPICS
// Custom Variables "2 Parts, 4 Steps"
// Variable Data Types
// Variable Naming Conventions "Thin Instagram"
// loadImage()
// loadSound()
// text()
// textWeight()
// WEEK FOUR TOPICS
// Custom Functions "2 Parts, 2 Steps"
// Operators " +, -, +=, -= "
// WEEK FIVE TOPICS
// Review