Day 3

Overview

This lesson will introduce client-side storage APIs and how to persist data in your applications. The lesson ends with a mini-project: a Word Guess Game

Learning Objectives

  • By the end of class, students will be able to:

    • Store data in the user’s browser using localStorage.

    • Convert an object to and from a JSON string by implementing JSON methods.

    • Persist data using client-side storage.

Slides