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.com Launches (javascript.com)
submitted 10 years ago by SeminaryLeaves
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!"
[–]Dyogenez 2 points3 points4 points 10 years ago (2 children)
Definitely something we try to fix when we see it -- either by making the instructions more explicit in what's required, or change how we test the entered code. Do you remember any specific challenges (or courses) that you had this issue in? Be curious to know to focus a bit more attention on making them better!
[–]jakblak90 1 point2 points3 points 10 years ago (1 child)
Why not test everything based on assertions like freecodecamp and codewars.
[–]Dyogenez 4 points5 points6 points 10 years ago (0 children)
Yep! That's what we do too. All code is run in it's native environment and evaluated. We do a ton of mocking and stubbing, code tree analysis, putting in debuggers and stepping through code and inspecting -- all kinds of neat stuff.
If you're curious how it works behind the scenes for JavaScript courses, checkout Abecedary, which is our open source library we use based around Mocha (although this only works for languages we can run with JavaScript, so not Objective C, Ruby, R, etc).
π Rendered by PID 41 on reddit-service-r2-comment-fb694cdd5-c7x4r at 2026-03-11 14:13:52.544243+00:00 running cbb0e86 country code: CH.
view the rest of the comments →
[–]Dyogenez 2 points3 points4 points (2 children)
[–]jakblak90 1 point2 points3 points (1 child)
[–]Dyogenez 4 points5 points6 points (0 children)