What is JavaScript
02. History of JavaScript1:31
03. The JavaScript Console2:03
04. Developer Tools on Different Browsers
05. console.log0:16
06. JavaScript Demo0:09
07. Lesson 1 Summary0:37
05.2 console.log0:49
06. JavaScript demo
Data Types & Variables
02. Numbers
02. Numbers
02.2 Numbers
02.2 Numbers
03. Comments00:00
05. Strings00:00
06. String Concatenation
07. Variables00:00
07. Variables
09. String Index00:00
10. Escaping Strings0:15
10.2 Escaping Strings00:00
10.2 Escaping Strings
11. Comparing Strings
11. Comparing Strings
12. Quiz: Favorite Food (2-3)00:00
13. Quiz: String Equality for All (2-4) – Practice00:00
14. Quiz: All Tied Up (2-5)00:00
15. Quiz: Yosa Buson (2-6)00:00
16. Booleans0:43
18. Null, Undefined, and NaN00:00
18. Null, Undefined, and NaN
19. Equality
20. Quiz: Semicolons! (2-8)00:00
21. Quiz: What’s my Name? (2-9) – Practice00:00
22. Quiz: Out to Dinner (2-10)00:00
23. Quiz: Mad Libs (2-11)00:00
24. Quiz: One Awesome Message (2-12)00:00
25. Lesson 2 Summary00:00
Conditionals
02. Quiz: Flowcharts (3-1)
02. Quiz: Flowcharts (3-1)
02.2 Quiz: Flowcharts (3-1)
02.2 Quiz: Flowcharts (3-1)
03. Flowchart to Code3:25
04. If…Else Statements
05. Else If Statements
05. Else If Statements
06. Quiz: Even or Odd (3-2) – Practice00:00
07. Quiz: Musical Groups (3-3) – Practice00:00
08. Quiz: Murder Mystery (3-4)00:00
09. More Complex Problems00:00
10. Logical Operators00:00
10. Logical Operators
11. Logical AND and OR00:00
12. Quiz: Checking your Balance (3-5)00:00
13. Quiz: Ice Cream (3-6)00:00
14. Quiz: What do I Wear? (3-7)00:00
15. Advanced Conditionals00:00
16. Truthy and Falsy
16. Truthy and Falsy
17. Ternary Operator00:00
18. Quiz: Navigating the Food Chain (3-8)00:00
19. Switch Statement00:00
19. Switch Statement
20. Falling-through00:00
21. Quiz: Back to School (3-9)00:00
22. Lesson 3 Summary00:00
Loops
02. While Loops00:00
03. Parts of a While Loop00:00
03. Parts of a While Loop
04. Quiz: JuliaJames (4-1)00:00
05. Quiz: 99 Bottles of Juice (4-2)00:00
06. Quiz: Countdown, Liftoff! (4-3)00:00
07. For Loops00:00
08. Parts of a For Loop00:00
09. Nested Loops00:00
09. Nested Loops
10. Increment and Decrement00:00
11. Quiz: Changing the Loop (4-4)00:00
12. Quiz: Fix the Error 1 (4-5)00:00
13. Quiz: Fix the Error 2 (4-6)00:00
14. Quiz: Factorials! (4-7)00:00
15. Quiz: Find my Seat (4-8)00:00
16. Lesson 4 Summary00:00
Functions
02. Function Example1:40
03. Declaring Functions
03. Declaring Functions
04. Function Recap
05. Quiz: Laugh it Off 1 (5-1)00:00
06. Quiz: Laugh it Off 2 (5-2)00:00
07. Return Values00:00
07. Return Values
08. Using Return Values
08. Using Return Values
09. Scope00:00
10. Scope Example00:00
10. Scope Example
11. Shadowing00:00
11. Shadowing
12. Global Variables
13. Scope Recap
14. Hoisting00:00
14. Hoisting
15. Hoisting Recap
16. Quiz: Build a Triangle (5-3)00:00
17. Function Expressions00:00
17.2 Function Expressions00:00
18. Patterns with Function Expressions00:00
19. Function Expression Recap
20. Quiz: Laugh (5-4)00:00
21. Quiz: Cry (5-5)00:00
22. Quiz: Inline (5-6)00:00
23. Lesson 5 Summary00:00
Arrays
02. Donuts to Code00:00
03. Creating an Array
04. Accessing Array Elements00:00
05. Array Index00:00
05. Array Index
06. Quiz: UdaciFamily (6-1)00:00
07. Quiz: Building the Crew (6-2)00:00
08. Quiz: The Price is Right (6-3)00:00
09. Array Properties and Methods00:00
10. Length
10. Length
11. Push00:00
12. Pop00:00
12. Pop
13. Splice00:00
13. Splice
14. Quiz: Colors of the Rainbow (6-4)00:00
15. Quiz: Quidditch Cup (6-5)00:00
16. Quiz: Joining the Crew (6-6)00:00
17. Quiz: Checking out the Docs (6-7)
18. Array Loops
19. The forEach Loop00:00
20. Quiz: Another Type of Loop (6-8)00:00
21. Map00:00
22. Quiz: I Got Bills (6-9)00:00
23. Arrays in Arrays00:00
24. 2D Donut Arrays00:00
24.2 2D Donut Arrays00:00
25. Quiz: Nested Numbers (6-10)00:00
26. Lesson 6 Summary00:00
Objects
02. Objects in Code00:00
03. Quiz: Umbrella (7-1)00:00
04. Objects00:00
05. Object Literals
06. Naming Conventions00:00
07. Summary of Objects
08. Quiz: Menu Items (7-2)00:00
09. Quiz: Bank Accounts 1 (7-3)00:00
10. Quiz: Bank Accounts 2 (7-4)
11. Quiz: Facebook Friends (7-5)00:00
12. Quiz: Donuts Revisited (7-6)
13. Lesson 7 Summary00:00
06. Naming Conventions
01. Intro to Arrays