Content deleted Content added
m Task 18 (cosmetic): eval 9 templates: hyphenate params (8×); |
→In various languages: Javascript has no foldr implementation. reduceRight() isn't a right fold, it's reverse().reduce, aka reverse then left fold. It's a common misconception |
||
Line 304:
| [[JavaScript]] 1.8<br>[[ECMAScript]] 5
| <code>''array''.reduce<wbr/>(''func'', ''initval'')</code>
|
| <code>''array''.reduce<wbr/>(''func'')</code>
|
|
|
|