摘要:
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
阅读(228)
评论(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
阅读(2338)
评论(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
阅读(306)
评论(0)
推荐(0)