WDD 131: Dynamic Web Fundamentals

JavaScript: Fundamental Programming Constructs

Overview

Through the prerequisite programming courses, you have built a foundational understanding of common, programming constructs, including operators, expressions, decision structures, loops, and functions. This activity focuses on a few of the common control structures in programming.

Associated Course Learning Outcomes

Demonstrate proficiency with JavaScript language syntax.

Prepare

Below are some of the most common controls structures, or building blocks, in JavaScript:

Please note that this is not an exhaustive list of JavaScript programming, and you will learn more about these constructs and others throughout the course.

Activity Instructions

  1. Ponder: Repitition Structures

References