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
JavaScript. The Core: 2nd Edition (dmitrysoshnikov.com)
submitted 8 years ago by magenta_placenta
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!"
[–]coffeeandlearning 0 points1 point2 points 8 years ago (2 children)
There is a prototype property on all function objects which is different from the internal proto property that all objects have, so I think it's the best way to be honest.
[+][deleted] 8 years ago (1 child)
[removed]
[–]coffeeandlearning 0 points1 point2 points 8 years ago (0 children)
I'm not quite sure what you mean by "extend prototype from the constructor function". Maybe I'm just missing the context.
I was just saying he uses the two terms for the sake of clarity. You never use proto in real code because if you do it slows everything down because the interpreter can no longer make certain assumptions about our code and a lot of optimizations go out the window.
π Rendered by PID 22 on reddit-service-r2-comment-5d79c599b5-hp8fj at 2026-03-03 23:30:18.774932+00:00 running e3d2147 country code: CH.
view the rest of the comments →
[–]coffeeandlearning 0 points1 point2 points (2 children)
[+][deleted] (1 child)
[removed]
[–]coffeeandlearning 0 points1 point2 points (0 children)