-
9.1 Hello World
-
Video
9.1.1 Hello World
-
Check for Understanding
9.1.2 Hello World Quiz
-
Example
9.1.3 Hello World
-
Exercise
9.1.4 Your Name and Hobby
-
9.2 Variables
-
Video
9.2.1 Variables
-
Check for Understanding
9.2.2 Variables Quiz
-
Example
9.2.3 Basic Variables
-
Exercise
9.2.4 Daily Activities
-
9.3 User Input
-
Video
9.3.1 User Input
-
Check for Understanding
9.3.2 User Input Quiz
-
Example
9.3.3 Basic User Input
-
Exercise
9.3.4 Dinner Plans
-
Badge
9.3.5 User Input Badge
-
9.4 Basic Math in JavaScript
-
Video
9.4.1 Basic Math in JavaScript
-
Check for Understanding
9.4.2 Basic Math in JavaScript Quiz
-
Example
9.4.3 Simple Calculator
-
Example
9.4.4 Dollars to Pounds
-
Example
9.4.5 Dividing Up Groups
-
Exercise
9.4.6 T-Shirt Shop
-
Exercise
9.4.7 Running Speed
-
9.5 Booleans
-
Video
9.5.1 Booleans
-
Check for Understanding
9.5.2 Booleans Quiz
-
Example
9.5.3 First Boolean
-
Exercise
9.5.4 Do You Have a Dog?
-
9.6 Logical Operators
-
Video
9.6.1 Logical Operators
-
Check for Understanding
9.6.2 Logical Operators Quiz
-
Example
9.6.3 Light Switch
-
Example
9.6.4 President
-
Example
9.6.5 Wasting Time
-
Exercise
9.6.6 Can You Graduate?
-
Exercise
9.6.7 School's Out
-
9.7 Comparison Operators
-
Video
9.7.1 Comparison Operators
-
Check for Understanding
9.7.2 Comparison Operators Quiz
-
Example
9.7.3 Voting Age
-
Example
9.7.4 Grade Range
-
Exercise
9.7.5 Rolling Dice
-
Exercise
9.7.6 Girl Scout Designation
-
9.8 If Statements
-
Video
9.8.1 If Statements
-
Check for Understanding
9.8.2 If Statements Quiz
-
Example
9.8.3 Negative Numbers
-
Example
9.8.4 Great Names
-
Example
9.8.5 Even and Odd
-
Example
9.8.6 Secret Password
-
Exercise
9.8.7 Teenagers
-
Exercise
9.8.8 Dietary Restrictions
-
Badge
9.8.9 Conditionals Badge
-
9.9 For Loops in JavaScript
-
Video
9.9.1 Basic For Loop
-
Check for Understanding
9.9.2 For Loops Quiz
-
Example
9.9.3 For Loop
-
Exercise
9.9.4 Chalkboard
-
9.10 For Loop Practice
-
Video
9.10.1 For Loop Examples
-
Check for Understanding
9.10.2 For Loop Examples Quiz
-
Example
9.10.3 For Loop Sum
-
Exercise
9.10.4 Better Sum
-
Exercise
9.10.5 Factorial
-
Exercise
9.10.6 All Dice Values
-
9.11 Random Numbers
-
Video
9.11.1 Random Numbers
-
Check for Understanding
9.11.2 Random Numbers Quiz
-
Example
9.11.3 Rolling a Die
-
Example
9.11.4 Flipping a Coin
-
Exercise
9.11.5 Lots of Rolls
-
9.12 While Loops
-
Video
9.12.1 While Loops
-
Check for Understanding
9.12.2 While Loops Quiz
-
Example
9.12.3 While Loop Countdown
-
Exercise
9.12.4 Inventory
-
Exercise
9.12.5 Fibonacci
-
9.13 Loop and a Half
-
Video
9.13.1 Loop and a Half
-
Check for Understanding
9.13.2 Loop and a Half Quiz
-
Example
9.13.3 Adding Up Numbers
-
Exercise
9.13.4 Snake Eyes
-
Exercise
9.13.5 Better Password Prompt
-
Badge
9.13.6 Looper Badge
-
9.14 Functions and Parameters 1
-
Video
9.14.1 Functions and Parameters 1
-
Check for Understanding
9.14.2 Functions and Parameters Quiz 1
-
Example
9.14.3 Double Number
-
Exercise
9.14.4 Square
-
Exercise
9.14.5 Triple
-
9.15 Functions and Parameters 2
-
Video
9.15.1 Functions and Parameters 2
-
Check for Understanding
9.15.2 Functions and Parameters Quiz 2
-
Example
9.15.3 Sum Function
-
Exercise
9.15.4 Area of Triangle
-
Exercise
9.15.5 Height in Meters
-
9.16 Functions and Return Values 1
-
Video
9.16.1 Functions and Return Values 1
-
Check for Understanding
9.16.2 Functions and Return Values Quiz
-
Example
9.16.3 Double Number
-
Exercise
9.16.4 Square with Return Values
-
Exercise
9.16.5 Triple with Return Values
-
Exercise
9.16.6 Gymnastics Mats
-
9.17 Functions and Return Values 2
-
Video
9.17.1 Functions and Return Values 2
-
Check for Understanding
9.17.2 Functions and Return Values Quiz 2
-
Example
9.17.3 Return Values
-
Exercise
9.17.4 Is It Even?
-
Exercise
9.17.5 Max
-
9.18 Local Variables and Scope
-
Video
9.18.1 Local Variables and Scope
-
Check for Understanding
9.18.2 Local Variables and Scope Quiz
-
Example
9.18.3 Return Values
-
Exercise
9.18.4 Local Variables
-
Badge
9.18.5 JavaScript Exercises Badge
-
9.19 Intro to Lists/Arrays
-
Video
9.19.1 Intro to Lists/Arrays
-
Check for Understanding
9.19.2 Intro to Lists/Arrays Quiz
-
Example
9.19.3 Making an Array
-
Exercise
9.19.4 List of Places to Travel
-
Exercise
9.19.5 List of Even Numbers
-
9.20 Indexing Into an Array
-
Video
9.20.1 Indexing Into an Array
-
Check for Understanding
9.20.2 Indexing into an Array Quiz
-
Example
9.20.3 Array Indexing Practice
-
Exercise
9.20.4 Top Websites
-
9.21 Adding/Removing From an Array
-
Video
9.21.1 Adding/Removing From an Array
-
Check for Understanding
9.21.2 Adding/Removing from an Array Quiz
-
Example
9.21.3 Add/Remove From Array
-
Exercise
9.21.4 Practice Push and Pop
-
9.22 Array Length and Looping Through Arrays
-
Video
9.22.1 Array Length and Looping Through Arrays
-
Check for Understanding
9.22.2 Array Length and Looping Through Arrays Quiz
-
Example
9.22.3 Print Shopping List
-
Example
9.22.4 Sum Array
-
Exercise
9.22.5 Product of List
-
Exercise
9.22.6 Print Flight Itinerary
-
Exercise
9.22.7 Double List
-
Exercise
9.22.8 Evens Only List
-
Exercise
9.22.9 Reverse List