Download presentation
Presentation is loading. Please wait.
1
Millennium High School Agenda Calendar
11/15/16 Objectives: Understand how “If Statements” are used in JavaScript. JS Control Functions Section 4 WU: Vocab Words CW: If Statements HW: Section 4 (#35) ☺☻ CA Standards: Computer Science “Success always hugs you in private...! But failure always slaps you in public…! That’s life…” -- Rishika Jain
2
Condition A condition is code that you put inside an if statement or while-loop. If Statement An if statement lets you ask a question to the program and only run code if the answer is true. If Else Statement Control structure that lets us do either one section of code or another depending on a test. Control Structure A control structure lets us change the flow of the code.
Similar presentations
© 2024 SlidePlayer.com. Inc.
All rights reserved.