Richard's Learning


  • Home

  • Categories

  • Tags

  • Archives

  • About

  • Search

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 »

Usage of 'a' Tag

Posted on 16-10-2020 | In HTML and CSS |

1. href

Read more »

HTML &CSS Notes

Posted on 13-10-2020 | In HTML and CSS |

Shortcut to create the ul list

  1. select many lines
  2. in the vscode,press ‘command +shift + p’ together
  3. then search ‘emmet wrap’
  4. Select ‘individual line with abbreviation’
  5. enter ‘ul>li*’
Read more »
1 … 4 5
Richard

Richard

Just Do It!

50 posts
17 categories
RSS
GitHub Weibo Twitter
© 2015 - 2022 Richard
Powered by Jekyll
Theme - NexT.Mist