Tekkaman

导航

 

2017年2月9日

摘要: 【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 阅读(193) 评论(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 阅读(133) 评论(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 阅读(126) 评论(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 阅读(200) 评论(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 阅读(245) 评论(0) 推荐(0) 编辑