-
8.1 Hello World
-
Video
8.1.1 Hello World
-
Check for Understanding
8.1.2 Hello World Quiz
-
Example
8.1.3 Hello World
-
Exercise
8.1.4 Your Name and Hobby
-
8.2 Variables
-
Video
8.2.1 Variables
-
Check for Understanding
8.2.2 Variables Quiz
-
Example
8.2.3 Basic Variables
-
Exercise
8.2.4 Daily Activities
-
8.3 User Input
-
Video
8.3.1 User Input
-
Check for Understanding
8.3.2 User Input Quiz
-
Example
8.3.3 Basic User Input
-
Exercise
8.3.4 Dinner Plans
-
Badge
8.3.5 User Input Badge
-
8.4 Basic Math in JavaScript
-
Video
8.4.1 Basic Math in JavaScript
-
Check for Understanding
8.4.2 Basic Math in JavaScript Quiz
-
Example
8.4.3 Simple Calculator
-
Example
8.4.4 Dollars to Pounds
-
Example
8.4.5 Dividing Up Groups
-
Exercise
8.4.6 T-Shirt Shop
-
Exercise
8.4.7 Running Speed
-
8.5 Booleans
-
Video
8.5.1 Booleans
-
Check for Understanding
8.5.2 Booleans Quiz
-
Example
8.5.3 First Boolean
-
Exercise
8.5.4 Do You Have a Dog?
-
8.6 Logical Operators
-
Video
8.6.1 Logical Operators
-
Check for Understanding
8.6.2 Logical Operators Quiz
-
Example
8.6.3 Light Switch
-
Example
8.6.4 President
-
Example
8.6.5 Wasting Time
-
Exercise
8.6.6 Can You Graduate?
-
Exercise
8.6.7 School's Out
-
8.7 Comparison Operators
-
Video
8.7.1 Comparison Operators
-
Check for Understanding
8.7.2 Comparison Operators Quiz
-
Example
8.7.3 Voting Age
-
Example
8.7.4 Grade Range
-
Exercise
8.7.5 Rolling Dice
-
Exercise
8.7.6 Girl Scout Designation
-
8.8 If Statements
-
Video
8.8.1 If Statements
-
Check for Understanding
8.8.2 If Statements Quiz
-
Example
8.8.3 Negative Numbers
-
Example
8.8.4 Great Names
-
Example
8.8.5 Even and Odd
-
Example
8.8.6 Secret Password
-
Exercise
8.8.7 Teenagers
-
Exercise
8.8.8 Dietary Restrictions
-
Badge
8.8.9 Conditionals Badge
-
8.9 For Loops in JavaScript
-
Video
8.9.1 Basic For Loop
-
Check for Understanding
8.9.2 For Loops Quiz
-
Example
8.9.3 For Loop
-
Exercise
8.9.4 Chalkboard
-
8.10 For Loop Practice
-
Video
8.10.1 For Loop Examples
-
Check for Understanding
8.10.2 For Loop Examples Quiz
-
Example
8.10.3 For Loop Sum
-
Exercise
8.10.4 Better Sum
-
Exercise
8.10.5 Factorial
-
Exercise
8.10.6 All Dice Values
-
8.11 Random Numbers
-
Video
8.11.1 Random Numbers
-
Check for Understanding
8.11.2 Random Numbers Quiz
-
Example
8.11.3 Rolling a Die
-
Example
8.11.4 Flipping a Coin
-
Exercise
8.11.5 Lots of Rolls
-
8.12 While Loops
-
Video
8.12.1 While Loops
-
Check for Understanding
8.12.2 While Loops Quiz
-
Example
8.12.3 While Loop Countdown
-
Exercise
8.12.4 Inventory
-
Exercise
8.12.5 Fibonacci
-
8.13 Loop and a Half
-
Video
8.13.1 Loop and a Half
-
Check for Understanding
8.13.2 Loop and a Half Quiz
-
Example
8.13.3 Adding Up Numbers
-
Exercise
8.13.4 Snake Eyes
-
Exercise
8.13.5 Better Password Prompt
-
Badge
8.13.6 Looper Badge
-
8.14 Functions and Parameters 1
-
Video
8.14.1 Functions and Parameters 1
-
Check for Understanding
8.14.2 Functions and Parameters Quiz 1
-
Example
8.14.3 Double Number
-
Exercise
8.14.4 Square
-
Exercise
8.14.5 Triple
-
8.15 Functions and Parameters 2
-
Video
8.15.1 Functions and Parameters 2
-
Check for Understanding
8.15.2 Functions and Parameters Quiz 2
-
Example
8.15.3 Sum Function
-
Exercise
8.15.4 Area of Triangle
-
Exercise
8.15.5 Height in Meters
-
8.16 Functions and Return Values 1
-
Video
8.16.1 Functions and Return Values 1
-
Check for Understanding
8.16.2 Functions and Return Values Quiz
-
Example
8.16.3 Double Number
-
Exercise
8.16.4 Square with Return Values
-
Exercise
8.16.5 Triple with Return Values
-
Exercise
8.16.6 Gymnastics Mats
-
8.17 Functions and Return Values 2
-
Video
8.17.1 Functions and Return Values 2
-
Check for Understanding
8.17.2 Functions and Return Values Quiz 2
-
Example
8.17.3 Return Values
-
Exercise
8.17.4 Is It Even?
-
Exercise
8.17.5 Max
-
8.18 Local Variables and Scope
-
Video
8.18.1 Local Variables and Scope
-
Check for Understanding
8.18.2 Local Variables and Scope Quiz
-
Example
8.18.3 Return Values
-
Exercise
8.18.4 Local Variables
-
Badge
8.18.5 JavaScript Exercises Badge
-
8.19 Intro to Lists/Arrays
-
Video
8.19.1 Intro to Lists/Arrays
-
Check for Understanding
8.19.2 Intro to Lists/Arrays Quiz
-
Example
8.19.3 Making an Array
-
Exercise
8.19.4 List of Places to Travel
-
Exercise
8.19.5 List of Even Numbers
-
8.20 Indexing Into an Array
-
Video
8.20.1 Indexing Into an Array
-
Check for Understanding
8.20.2 Indexing into an Array Quiz
-
Example
8.20.3 Array Indexing Practice
-
Exercise
8.20.4 Top Websites
-
8.21 Adding/Removing From an Array
-
Video
8.21.1 Adding/Removing From an Array
-
Check for Understanding
8.21.2 Adding/Removing from an Array Quiz
-
Example
8.21.3 Add/Remove From Array
-
Exercise
8.21.4 Practice Push and Pop
-
8.22 Array Length and Looping Through Arrays
-
Video
8.22.1 Array Length and Looping Through Arrays
-
Check for Understanding
8.22.2 Array Length and Looping Through Arrays Quiz
-
Example
8.22.3 Print Shopping List
-
Example
8.22.4 Sum Array
-
Exercise
8.22.5 Product of List
-
Exercise
8.22.6 Print Flight Itinerary
-
Exercise
8.22.7 Double List
-
Exercise
8.22.8 Evens Only List
-
Exercise
8.22.9 Reverse List