Changes between Version 4 and Version 5 of JSEnumerator
- Timestamp:
- 03/01/08 02:40:49 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
JSEnumerator
v4 v5 56 56 E(["", "", "Fizz"]).cycle(), 57 57 E(["", "", "", "", "Buzz"]).cycle()) 58 .imap(function ( i) {59 return i[1] + i[2] || i[0];60 } )58 .imap(function (num, fizz, buzz) { 59 return fizz + buzz || num; 60 }, "apply") 61 61 .take(20); 62 62
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)