Please enable JavaScript to use CodeHS

Mobile Apps

Description

In this lesson, students will learn how arrays and indexing can be used in their programs to hold larger sets of data.

Objective

Students will be able to:

  • use arrays to hold larger sets of data
  • use indexing to call specific values in an array
Description

In this lesson, students learn how to create objects and map through them in order to place multiple pieces of content in their app using only one styling layout.

Objective

Students will be able to:

  • create lists of objects with multiple pieces of content
  • map through objects in their programs
Description

In this lesson, students will use arrays to consolidate the variables keeping track of each team’s record as games are played. They will also use objects to create a running list of game scores.

Objective

Students will be able to:

  • use their knowledge of arrays and objects to organize and add functionality to their Scorekeeper programs
Description

In this lesson, students review content with a 15 question End-of-Unit Quiz.

Objective

Students will be able to:

  • Prove their knowledge of collections of data through a multiple choice quiz