WDD 131: Dynamic Web Fundamentals

JavaScript: Fundamental Programming Constructs

Overview

Through the prerequisite programming course requirements for this course, you have established a foundational understanding of the common, programming building blocks or constructs including operators, expressions, decision structures, looping, 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

Some of the common controls structures or building blocks in JavaScript include:

This is not an exhaustive list of JavaScript programming constructs. This is a list of some of the most common used. You will learn more about these constructs and others as you apply them throughout the course.

Activity Instructions

  1. Ponder: Repitition Structures

References