Week 04
Conditional Statements, Repeat Loops
Back Then Schematic >>> Now Faster to Prototype! >>> Real World!
Was there IoT in 2009??
Conditional Statements
Something changes over time.
Conditional Logic/ Control Structure
Boolean Expression (George Boole) : True / False


Relational Operator
if statement
Computer Language != Mathematical Expression
In-class
Let's make it bouncing! Console.log()
Working Great!
if-else statement
if - else if - else if statement
if - if - if statement
AND
100 < mouseX AND mouseX < 200
OR
x < 0 OR x > height
Repeat Loops
While ...하는 동안
Ellipses one by one....
While loop
While loop has 3 components:
For Loop
Incremental Methods
For - For Loops
Assignment
Last updated