Tekkaman

导航

 

2017年2月10日

摘要: 【Template literals】 Template literals are string literals allowing embedded expressions. You can use multi-line strings and string interpolation featu 阅读全文
posted @ 2017-02-10 16:51 Tekkaman 阅读(240) 评论(0) 推荐(0) 编辑
 
摘要: 【Javascript Iterator】 1、@@iterator Whenever an object needs to be iterated (such as at the beginning of a for..of loop), its @@iteratormethod is calle 阅读全文
posted @ 2017-02-10 15:00 Tekkaman 阅读(211) 评论(0) 推荐(0) 编辑
 
摘要: 【Arrow Function】 1、Basic Syntax 2、Advanced Syntax 3、No binding of this An arrow function does not create its own this context, so this has its origina 阅读全文
posted @ 2017-02-10 10:38 Tekkaman 阅读(200) 评论(0) 推荐(0) 编辑