Skip to content

Commit

Permalink
Update Ayden&Fluency.md
Browse files Browse the repository at this point in the history
learn dom
  • Loading branch information
Aydenchange authored Oct 27, 2024
1 parent 45a4f03 commit 6707bc6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Ayden&Fluency.md
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,12 @@ timezone: Asia/Shanghai
- Arrow functions provide a more concise syntax for writing function expressions. They also lexically bind the this value, which is particularly useful in callbacks.
- Template literals allow for multi-line strings and string interpolation using backticks (`). You can embed expressions inside ${}.
- Destructuring allows unpacking values from arrays or properties from objects into distinct variables.

### 2024.10.27
- DOM (Document Object Model): The DOM is a programming interface for web documents that represents the structure of a web page. JavaScript can be used to access and modify the DOM.
- DOM Manipulation: JavaScript provides methods and properties to select, create, modify, and remove DOM elements, as well as handle user events (click, submit, etc.).
- Event Handling: JavaScript allows you to attach event listeners to DOM elements, which can respond to user interactions and trigger specific actions.

### 2024.10.28


Expand Down

0 comments on commit 6707bc6

Please sign in to comment.