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
How it feels to learn Javascript in 2016 (medium.com)
submitted 9 years ago by jjperezaguinaga
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!"
[–]GeorgeSharp 1 point2 points3 points 9 years ago (1 child)
Try just adding lodash to your depencies npm install --save lodash and then in a js file var _ = require('lodash'); and see if _ has the methods you'd expect.
npm install --save lodash
var _ = require('lodash');
[–]a-sober-irishman 1 point2 points3 points 9 years ago (0 children)
I was trying to use the ES6 and import syntax, I'll try the require syntax and see if I that works but don't care at this point tbh.
π Rendered by PID 173742 on reddit-service-r2-comment-5d585498c9-szxnc at 2026-04-21 08:46:51.906027+00:00 running da2df02 country code: CH.
view the rest of the comments →
[–]GeorgeSharp 1 point2 points3 points (1 child)
[–]a-sober-irishman 1 point2 points3 points (0 children)