学习 JavaScript 基础知识第一阶段
Learn JavaScript Fundamentals Phase 1
- 1. Course Introduction
- 1. Welcome to the JavaScript Fundamentals Program
- 2. Installation Walkthrough
- 4. VS Code Initial Setup (Must Watch)
- 5. VS Code Extensions - Which Ones To Use
- 2. Basics
- 1. Commenting Your Code Introduction
- 2. Commenting Your Code Code With Me
- 4. Variables Introduction
- 5. Variables Code With Me
- 6. Data Type Strings Introduction
- 7. Strings Code With Me
- 8. Data Types String Functions Code With Me
- 9. Data Type Numbers Introduction
- 10. Numbers Code With Me
- 13. Data Type Boolean
- 14. Booleans Code With Me
- 3. Conditionals
- 1. Logical and Comparison Operators Intro
- 2. Operators Code With Me
- 3. If Statements Code With Me
- 4. Switch Statements
- 5. Ternary Operator Code With Me
- 4. Major Project 1
- 1. Project Overview
- 5. Loops
- 2. For Loops Code With Me
- 3. While Loops Code With Me
- 6. Functions
- 1. Functions Part I Code With Me
- 2. Functions Part II Code With Me Challenge (Converting Temps)
- 3. Functions Part III Code With Me Challenge (Dog Age Calculator)
- 4. Functions Part IV Code With Me (Random Generator)
- 5. Hoisting
- 7. Input and Output
- 1. Input and Output Code With Me
- 2. Scope Code With Me
- 3. Input and Output Challenge (Passphrase)
- 8. Math Object
- 2. Field Trip Busses Problem
- 9. Major Project 2 (Guess Computers Favorite Color)
- 1. Project Overview
- 10. Arrays
- 2. Arrays Part I Code With Me
- 3. Arrays Part II Code With Me
- 4. Arrays Part III Code With Me
- 5. Arrays Part IV Code With Me
- 6. Challenge Code With Me (Shuffle Numbers in an Array)
- 11. Common Array Methods
- 1. Push and Pop Code With Me
- 2. Shift and Unshift Code With Me
- 3. Join, Split, and Reverse Code With Me
- 12. Objects
- 1. Objects Introduction Code With Me
- 2. Objects Looping Code With Me
- 13. End Of Course Challenges
- 1. Random Dinner Options
- 2. Printing a Triangle Using A Loop
- 3. Find the Longest Word
- 4. Counting the Vowels
- 5. Random Sequence Generator - Lottery Number Generator
- 6. Find Matches in Arrays
- 7. Count the Evens in an Array
- 8. Create a Function to find the Average
- 9. Create Two Teams Based On An Array of People's Names