Udacity – Javascript – Lesson 3
Conditionals (1) Intro to Conditionals (2) Quiz: Flowcharts (3) Flowchart to Code & (4) If…Else Statements Flowchart to code can be done through if-else statements. If we want to determine if we have enough money to buy an object we can translate that into an if else statement through code. We’ll create two variables, the price of the […]
Udacity – Javascript – Lesson 3 Read More »