摘要:
【destructuring assignment】 The destructuring assignment syntax is a JavaScript expression that makes it possible to extract data from arrays or object 阅读全文
posted @ 2017-02-09 17:43
Tekkaman
阅读(198)
评论(0)
推荐(0)
摘要:
【new.target】 The new.target property lets you detect whether a function or constructor was called using the newoperator. In constructors and functions 阅读全文
posted @ 2017-02-09 16:35
Tekkaman
阅读(144)
评论(0)
推荐(0)
摘要:
【Javascript Hoisting】 hoisting teaches that variable and function declarations are physically moved to the top your coding, but this is not what happe 阅读全文
posted @ 2017-02-09 16:10
Tekkaman
阅读(131)
评论(0)
推荐(0)
摘要:
【Javascript Bind】 The bind() method creates a new function that, when called, has its this keyword set to the provided value, with a given sequence of 阅读全文
posted @ 2017-02-09 15:05
Tekkaman
阅读(208)
评论(0)
推荐(0)
摘要:
【Javascript Property Names】 Property names must be strings. This means that non-string objects cannot be used as keys in the object. Any non-string ob 阅读全文
posted @ 2017-02-09 10:43
Tekkaman
阅读(251)
评论(0)
推荐(0)
浙公网安备 33010602011771号