Yueran's Learning


  • Home

  • Categories

  • Tags

  • Archives

  • About

  • Search

Tagged Template

Posted on 18-12-2020 | In Javascript |

Example 1 ```javascript let person = ‘Mike’ let age = 28

Read more »

Usage of Parcel

Posted on 14-12-2020 | In Server |

```javascript

  1. rm -rf dist // this is clear the dist if you want to build a brand new parcel of your code
  2. parcel build src/index.html –no-minify –public-url ./
Read more »

jQuery Notes

Posted on 11-12-2020 | In jQuery |

Bubbling & Capturing

Reference: What is event Bubbling and Capturing?

Read more »

Javascript Execution Timing

Posted on 05-12-2020 | In Javascript |

函数的执行时机

Read more »

Javascript Function

Posted on 02-12-2020 | In Javascript |

Key concepts about function

  • Call time
  • Scope
  • Closure
  • Parameter
  • Return value
  • Call Stack
  • Hoisting
  • Arguments (except arrow function)
  • This
Read more »

Javascript Array

Posted on 25-11-2020 | In Javascript |

Create an Array

Read more »

Javascript Object

Posted on 17-11-2020 | In Javascript |

Definition:

  • Unordered data collection
  • Key-Value Pair collection
Read more »

The Memory Plot of Javascript

Posted on 09-11-2020 | In 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
Read more »

HTTP

Posted on 05-11-2020 | In http |

1. URL contains what? What is the function of each part of the URL?

URL => Uniform Resource Locator

Read more »

Wrap Up of CSS

Posted on 25-10-2020 | In HTML and CSS |
★ You can Try To Find More Practice Materials Online~~~ For Example: Flexbox Froggy
Read more »
1 … 4 5 6
Yueran

Yueran

Shoot for the moon. Even if you miss, you'll land among the stars.

52 posts
17 categories
RSS
GitHub Weibo
© 2015 - 2022 Yueran
Powered by Jekyll
Theme - NexT.Mist