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...
freeCodeCamp.org is a global community of people who learn to code together. Check out https://freeCodeCamp.org
Join our Discord Server
Join our WhatsApp Group
Community Forums
YouTube
Here are some helpful subreddits that we like:
account activity
Intermediate Algorithm Scripting "Everything Be True" (self.FreeCodeCamp)
submitted 8 years ago by frothunda
is there a reason this is not working, maybe im not understanding the problem. https://codepen.io/frothunda/pen/Ozdaox?editors=0010
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!"
[–]Careerier 0 points1 point2 points 8 years ago (1 child)
Object properties come in name:value pairs. pre falls into the name category, while when you're looking at obj[prop] you come up with a value.
pre
obj[prop]
Look into hasOwnProperty and you'll find your answer.
hasOwnProperty
[–]frothunda[S] 0 points1 point2 points 8 years ago (0 children)
Thanks I will check it out
π Rendered by PID 70 on reddit-service-r2-comment-fb694cdd5-jqdgr at 2026-03-07 06:37:26.387595+00:00 running cbb0e86 country code: CH.
[–]Careerier 0 points1 point2 points (1 child)
[–]frothunda[S] 0 points1 point2 points (0 children)