摘要: ECMAscript 6 lets us use string templates to gain a lot more control over strings in JavaScript.var salutation = "Hello";var place = "New York";var gr... 阅读全文
posted @ 2014-11-22 19:19 Zhentiw 阅读(220) 评论(0) 推荐(0) 编辑
摘要: $intervalprovides an excellent service for timed operations in your AngularJS apps. It has the advantage over setInterval in "normal" Javascript in th... 阅读全文
posted @ 2014-11-22 06:49 Zhentiw 阅读(2323) 评论(0) 推荐(0) 编辑
摘要: ES6 decided that Array Comprehensions will not included in this version, ES7 will include this. Therefore, only FireFox support this, you can test it ... 阅读全文
posted @ 2014-11-22 06:26 Zhentiw 阅读(299) 评论(0) 推荐(0) 编辑