Unit09 People

Overview

In this unit, you will filter a large JSON data store using dynamically created buttons.

Vocabulary

Logical AND (&&)
(sky==blue && grass==green) Both items must be true to evaluate to true
Logical OR (||)
(sky==blue || grass==purple) Either item can be true to evaluate to true
Not equal (!=)
(water!=orange) Items must not match to evaluate to true
Filter
This method creates a subset array of the parent array based on passing a test

Objectives

At the end of this module, you should be able to...

Tasks

Watch

Reflection Questions

Read One Formula To Rule Them All: The ROI Of A Design System by Max and Guido

Assignment Example

Assignment Checklist

Unit09 People (10 pts)

Create a responsive, dynamic page from the Star Wars People JSON file provided with buttons to filter the displayed results.

Page Header
Navigation
Page Content
Footer
Overall Page Requirements

Your page needs to meet these requirements

Grade

In order to receive a grade for this assignment you must earn 90% of the points listed above.