A Frontend Developer's notebook, working on more friendly feature here. 🚧
Ula Chao
Taiwan

5 Posts

Hoisting in JavaScript 2021-05-18

In JS, hoisting allows function, variables and classes be referenced before declared. for example, Declaration & Initialization Hoisting of…

When to use css background or html img tag 2021-04-01

There are two ways to set a image in css, background in <div> tag <img> tag css background it's a shorthand, contains: background…

Add Font to Our Site 2021-03-22

The easy ways to add font to our site / project. Syntax Family name should be quote if the name has whitespace. ex. "Source Sans Pro" We can…

Some of the Useful Console Objects 2021-02-27

There are some widely-used / interesting methods of console objects. First, we can console the console itself to see all the methods :P…

Motivation of Dev.zookeeper 2021-01-01

👋🏻👋🏻👋🏻👋🏻這是一篇開場白,紀錄一下成立這個site…