摘要: Latest Javascript features, not supported by all broswers, but can use with babel. # try-catch-finally, Promise finally: # Regex: 1. Lookbehind: 2. Lo 阅读全文
posted @ 2018-05-21 20:44 Zhentiw 阅读(245) 评论(0) 推荐(0)
摘要: When the element has empty content, you might want to display some text to idicate the compoent is loading... 阅读全文
posted @ 2018-05-21 16:15 Zhentiw 阅读(152) 评论(0) 推荐(0)
摘要: In this lesson, you will learn how to statically type variables in Python 3.6 Static typing can help you avoid errors when consumers of your variables 阅读全文
posted @ 2018-05-21 02:15 Zhentiw 阅读(260) 评论(0) 推荐(0)
摘要: Values assigned with let and const are seen everywhere in JavaScript. It's become common to hear them explained like so: "const creates an constant (i 阅读全文
posted @ 2018-05-21 02:11 Zhentiw 阅读(138) 评论(0) 推荐(0)