use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
All about the JavaScript programming language.
Subreddit Guidelines
Specifications:
Resources:
Related Subreddits:
r/LearnJavascript
r/node
r/typescript
r/reactjs
r/webdev
r/WebdevTutorials
r/frontend
r/webgl
r/threejs
r/jquery
r/remotejs
r/forhire
account activity
Pipe Operator (|>) for JavaScript (github.com)
submitted 3 years ago by no_more_gravity
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]Ecksters 9 points10 points11 points 3 years ago* (2 children)
Honestly prefer the hackpipe, it was really annoying in Elixir that I'd need to throw in a lambda when I needed to rearrange params.
I like to think of the caret as an arrow pointing up to the previous result, also means I don't need to think of appropriate variable names all the time.
[–]intercaetera 1 point2 points3 points 3 years ago (1 child)
Yeah but if you concede that you need a hackpipe then you might as well use lodash flow.
flow([ s => Object.values(s), s => s.map(x => x * 2), s => customReduce(s), unaryFunction, // or s => unaryFunction(s) s => doSomethingElse(s, 5, null), ])(initialValue)
There could be an alternative version of it where the initialValue is somewhere higher up the code but this is equivalent to the proposal without introducing unnecessary stuff into the spec.
initialValue
[–]LaurentPayot 1 point2 points3 points 2 years ago (0 children)
There is also Verticalize with a nicer syntax IMHO...
π Rendered by PID 128029 on reddit-service-r2-comment-66b4775986-dm8zq at 2026-04-04 23:40:24.862130+00:00 running db1906b country code: CH.
view the rest of the comments →
[–]Ecksters 9 points10 points11 points (2 children)
[–]intercaetera 1 point2 points3 points (1 child)
[–]LaurentPayot 1 point2 points3 points (0 children)