Skip to content

Commit

Permalink
Update Ayden&Fluency.md
Browse files Browse the repository at this point in the history
learn ES6
  • Loading branch information
Aydenchange authored Oct 25, 2024
1 parent 561eee4 commit fd94903
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Ayden&Fluency.md
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,13 @@ timezone: Asia/Shanghai
- Array Iteration: Using loops or higher-order functions.

### 2024.10.25
- Let/Const: Block-scoped variable declarations.
- Template Literals: String interpolation with backticks.
- Arrow Functions: Simplified function syntax.
- Classes: Syntax for creating classes.
- Modules: Import and export syntax for modular code.
- Promises: For asynchronous operations.
- Async/Await: For writing asynchronous code that looks synchronous.
### 2024.10.26
### 2024.10.27
### 2024.10.28
Expand Down

0 comments on commit fd94903

Please sign in to comment.