00:00:00 – 01. Section Intro
00:00:53 – 02. Hello World!
00:06:51 – 03. A Brief Introduction to JavaScript
00:18:10 – 04. Linking a JavaScript File
00:34:05 – 05. Values and Variables
00:50:11 – 07. Data Types
01:09:30 – 08. let, const and var
01:19:28 – 09. Basic Operators
01:39:00 – 10. Operator Precedence
01:50:19 – 12. CHALLENGE #1 Video Solution
01:57:40 – 13. Strings and Template Literals
02:08:38 – 14. Taking Decisions if else Statements
02:21:28 – 15. CHALLENGE #2 Video Solution
02:26:48 – 16. Type Conversion and Coercion
02:43:29 – 17. Truthy and Falsy Values
02:53:33 – 18. Equality Operators == vs. ===
03:09:14 – 19. Boolean Logic
03:17:45 – 20. Logical Operators
03:28:22 – 21. CHALLENGE #3 Video Solution
03:40:05 – 22. The switch Statement
03:53:16 – 23. Statements and Expressions
03:59:25 – 24. The Conditional (Ternary) Operator
04:09:27 – 25. CHALLENGE #4 Video Solution
04:15:24 – 26. JavaScript Releases ES5, ES6+ and ESNext