Javascript Execution Timing
函数的执行时机
Javascript Function
Key concepts about function
- Call time
- Scope
- Closure
- Parameter
- Return value
- Call Stack
- Hoisting
- Arguments (except arrow function)
- This
Javascript Array
Create an Array
Javascript Object
The Memory Plot of Javascript
Execute JS code
- Preparation before execute JS code
- Ready Work
- Provide API: window/ document/ setTimeout
- Above code does not belong to JS itself
- We call these code as runtime env
- Once put JS code into the runtime env, it starts to execute JS code
HTTP
1. URL contains what? What is the function of each part of the URL?
URL => Uniform Resource Locator
Wrap Up of CSS
★ You can Try To Find More Practice Materials Online~~~ For Example: Flexbox Froggy
Usage of 'a' Tag
1. href
HTML &CSS Notes
Shortcut to create the ul list
- select many lines
- in the vscode,press ‘command +shift + p’ together
- then search ‘emmet wrap’
- Select ‘individual line with abbreviation’
- enter ‘ul>li*’