Tekkaman

导航

 

2017年3月26日

摘要: 【getOwnPropertySymbols】 The Object.assign() method only copies enumerable and own properties from a source object to a target object. Note that Object 阅读全文
posted @ 2017-03-26 11:17 Tekkaman 阅读(272) 评论(0) 推荐(0)
 
摘要: 【Symbol】 The Symbol() function returns a value of type symbol. it does not support the syntax "new Symbol()". Every symbol value returned from Symbol( 阅读全文
posted @ 2017-03-26 11:04 Tekkaman 阅读(171) 评论(0) 推荐(0)