It's been a while
August 30, 2019It's been a while since last post. One reason is that writing in English is still hard for me, and I don't want to give up. Of cause being lazy is another reason.
TypeError and ReferenceError
July 31, 2019The TypeError object represents an error when a value is not of the expected type. The ReferenceError object represents an error when a non-existent variable is referenced.
Tips of JavaScript
July 31, 2019Collection of tips for JavaScript. Some knowledge is just too short to be a blog, so they stay together.
JavaScrit Coercion
July 29, 2019单词很生僻,其实就是类型转换。理论上各门语言都会有类型转换,只是 JavaScript 稍微有点玩过头,导致有些情况跟预期不太相符。
JavaScript template literal - with tag
July 24, 2019模板字符串(Template literals) 通常用来在字符串中插入表达式. 而实际上, 模板字符串会将字符串以表达式为分界点, 将表达式切分后传入一个函数中. 字符串连接只是默认的行为.
Programming Life
July 23, 2019记录各种见解、理论等,不一定与具体问题相关,也不一定是原创。(可能会)持续更新。
Hello World
July 22, 2019The beginning of all, with no creative title. Finally I build my own blog site. Using another language is a way to express the embarrassment.