Download presentation
Presentation is loading. Please wait.
1
Millennium High School Agenda Calendar
11/28/16 Objectives: Understand how “For Loops” are used in JavaScript. JS Control Functions Section 5 WU: Vocab Words CW: For Loops in JavaScript HW: Section 5 (#36) ☺☻ CA Standards: Computer Science “Your attitude is like a price tag, it shows how valuable you are.” -- Anonymous
2
Loop A loop is a way to repeat code in your program. For Loop A for loop lets us repeat code a fixed number of times. JavaScript Documentation Documentation for the syntax and objects in JavaScript that we use on CodeHS. Iterate A single run through the instructions contained a loop. Increment To add to or increase. DRY Principle Otherwise known as Don’t Repeat Yourself, this principle is designed to help eliminate repeated code and reduce the complexity of a solution.
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.