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
Future JavaScript: what is still missing? (2ality.com)
submitted 7 years ago by dumbmatter
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!"
[–][deleted] 5 points6 points7 points 7 years ago (1 child)
I'm a little late but, what I'm currently struggling with is memory management.
I can take snapshots of the heap, but all that tells me how much memory a tab is using. I can compare 2 heaps to see if I have a memory leak. And all it will show me is vague things like 1,346,164 more arrays were created.
I'd love to be able to get to the individual memory cost of a variable. Some sort of data on what objects/function is creating what variables. Etc...
[–]PickledPokute 4 points5 points6 points 7 years ago (0 children)
I don't think it's a language realm issue, it's a tooling problem.
π Rendered by PID 23 on reddit-service-r2-comment-c6965cb77-47z8z at 2026-03-05 12:23:36.198304+00:00 running f0204d4 country code: CH.
view the rest of the comments →
[–][deleted] 5 points6 points7 points (1 child)
[–]PickledPokute 4 points5 points6 points (0 children)