We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
concat
append
1 parent 65a8631 commit d1ec41aCopy full SHA for d1ec41a
ch08.md
@@ -67,7 +67,7 @@ Container.of(2).map(two => two + 2);
67
Container.of('flamethrowers').map(s => s.toUpperCase());
68
// Container('FLAMETHROWERS')
69
70
-Container.of('bombs').map(concat(' away')).map(prop('length'));
+Container.of('bombs').map(append(' away')).map(prop('length'));
71
// Container(10)
72
```
73
0 commit comments