📄️ 21.1 JavaScript Intro
By the end of this checkpoint, you will start to understand how JavaScript is used within websites.
📄️ 21.2 Operators
By the end of this checkpoint, you will understand how JavaScript operators are used in websites.
📄️ 21.3 Assignment 21 (Optional)⭐
By the end of this checkpoint, you will understand how JavaScript comments, variables, and other concepts are used within websites.
📄️ 21.4 Data Types
By the end of this checkpoint, you will understand how data types are used in JavaScript within websites.
📄️ 21.5 Manipulating Text
By the end of this checkpoint, you will understand how to manipulate text in JavaScript.
📄️ 21.6 Control Flow
By the end of this checkpoint, you will understand how control flow works in websites.
📄️ 21.7 Data Arrays
By the end of this checkpoint, you will understand how data arrays are used in JavaScript within websites.
📄️ 21.8 Collections
By the end of this checkpoint, you will understand how collections are used in JavaScript.
📄️ 21.9 Objects
By the end of this checkpoint, you will understand how objects are used in JavaScript.
📄️ 21.10 Accumulator Pattern
By the end of this checkpoint, you will understand how accumulator patterns are used in JavaScript.