Example 1 ```javascript let person = ‘Mike’ let age = 28
Usage of Parcel
```javascript
- rm -rf dist // this is clear the dist if you want to build a brand new parcel of your code
- parcel build src/index.html –no-minify –public-url ./
jQuery Notes
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