Study Notes

  • M1D29 – Loops

    For Loop It tells the computer what to do, and how to do it. Draw does…

  • M1D28 – Working on Midterms

    This code is working for scaling, but I did it through trial and error of different…

  • M1D27 – Conditionals

    Types Numbers Boolean Strings Mixing Types and Performing Operations Working with Booleans frameCount – https://p5js.org/reference/#/p5/frameCount parseInt…

  • M1D26 – Conditional Logic

    else and elseif else if Allows us to set up multiple conditions for a chain together…

  • M1D25 – ITP1

    + will let the console log add the value to the string Debug Assignment https://d.pr/i/opXs3L/e9fpGoEZut The…

  • M1D24 – ITP1 W5 Assignments

    https://d.pr/i/Z3yBZu/hufUkBcdg8 For Reading 1. Extra events p5 commands to study: Appears in case 303 2. Operator…

  • M1D23 – ITP1 – Week 5

    This code above creates an ellipse in random size and within the given conditions in every…

  • M1D22: ITP1 Week 1

    P5.js pixel – tiny dots on the computer arranged in a grid In p5.js, we need…

  • M1D21: Javascript – Working with Strings

    Transform and Manipulate Strings .length – counts the number of characters of a string including the…

  • M1D20: Javascript Variables

    Variable Declaring a Variable In this program, the word “message” is now a reference to the…