使用 ChatGPT Open AI 快速掌握 JavaScript
- 01 - Getting Started
- 001 Introduction
- 002 Getting started on Windows, macOS, and Linux
- 003 How to ask great questions
- 004 FAQs
- 02 - ChatGPT AI – Introduction and Setting up
- 001 What is ChatGPT
- 002 Set up an account with ChatGPT
- 003 How to use ChatGPT
- 004 ChatGPT for your day-to-day tasks
- 005 ChatGPT for JavaScript basic HTML DOM
- 03 - Setting up a code development environment
- 001 What is JavaScript
- 002 Choosing a code editor
- 003 Installing code editor – Sublime Text
- 004 JavaScript First program
- 04 - JavaScript Fundamentals
- 001 Variables
- 002 Data types
- 003 Numbers
- 004 Booleans
- 005 Objects
- 006 Internal JavaScript
- 007 External JavaScript
- 008 Inline JavaScript
- 009 Async and defer
- 05 - JavaScript strings
- 001 Strings
- 002 String formatting
- 003 String methods
- 004 Use ChatGPT for DOM string manipulation
- 06 - JavaScript operators
- 001 Arithmetic operators
- 002 Assignments operators
- 003 Comparison operators
- 004 Logical operators
- 07 - JavaScript Conditional statements
- 001 If statements
- 002 If-else statements
- 003 If-else-if statements
- 004 Switch-case statements
- 005 Use ChatGPT for DOM decision making
- 08 - JavaScript Control Flow statements
- 001 While loop
- 002 Do-while loop
- 003 For loop
- 004 Break
- 005 Continue
- 006 Use ChatGPT to create list items
- 007 Coding exercise
- 008 Solution for a coding exercise
- 09 - JavaScript Functions
- 001 Creating a Function
- 002 Function call()
- 003 Passing arguments to functions
- 004 Function bind()
- 005 ChatGPT to create a function with arguments
- 10 - JavaScript error handling
- 001 Try-catch
- 002 Try-catch-finally
- 11 - JavaScript validations
- 001 On submitting validation
- 002 Input numeric validation
- 003 Login form validation
- 004 ChatGPT for JavaScript Password length checks validation
- 12 - Advanced JavaScript concepts
- 001 Strict mode
- 002 Use ChatGPT to explain ES6 features
- 003 Use ChatGPT to ES6 arrow functions
- 004 Use ChatGPT to ES6 Classes