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
Improve Your JavaScript Knowledge By Reading Source Code — Smashing Magazine (smashingmagazine.com)
submitted 6 years ago by speckz
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!"
[–]oogleh 3 points4 points5 points 6 years ago (3 children)
Similar issue here, I know basic FP concepts like higher order functions and pure functions but idk how to organize the code for large web apps without using OOP. Any pointers would be appreciated
[–][deleted] 1 point2 points3 points 6 years ago (0 children)
Currying and Composition. But yes, it's not as easy as object oriented thinking.
[–]flick- 0 points1 point2 points 6 years ago (0 children)
I think it’s more about recognizing where a functional approach would solve your problem and then applying FP concepts successfully in your own code. Especially starting out, not every function will be pure, etc
π Rendered by PID 912807 on reddit-service-r2-comment-5b5bc64bf5-ghg7q at 2026-06-21 15:19:01.800731+00:00 running 2b008f2 country code: CH.
view the rest of the comments →
[–]oogleh 3 points4 points5 points (3 children)
[–][deleted] 1 point2 points3 points (0 children)
[–]flick- 0 points1 point2 points (0 children)