What sorts of things would you consider to be “advanced” javascript concepts?

This page summarizes the projects mentioned and recommended in the original post on /r/learnjavascript

CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. engine262

    An implementation of ECMA-262 in JavaScript

    Node.js is not the only JavaScript runtime. JavaScript runtimes have been written using JavaScript alone, see engine262. There is also Deno, QuickJS, txiki.js, Bun, none of which use COmmonJS by default, SpiderMonkey, et al.

  2. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  3. js-compute-runtime

    JavaScript SDK and runtime for building Fastly Compute applications

    There are multiple JavaScript runtimes. SpiderMonkey is one example that has nothing to do with Node.js, see (js-compute-runtime)[https://github.com/fastly/js-compute-runtime].

  4. now

    Node on Web (by cemalgnlts)

    Just to demonstrate how finicky folks on this r/learnjavascript are: I shared this Node on Web. Use Nodejs freely in your browser with Linux infrastructure. here and on r/node. r/node folks get it, that is, the work that had to go in to making that a reality. Folks on this r/learnjavascript evidently don't get the effort it took to make that so, after StackBlitz announced "... run Node.js, entirely inside your browser" only to walk back from that claim here https://github.com/stackblitz/webcontainer-core/issues/658#issuecomment-1091004244 "We currently do not expose a way to use WebContainer outside of StackBlitz.com".

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Is there a source that shows how built in js methods/functions are built?

    1 project | /r/learnjavascript | 11 Aug 2022
  • [AskJS] is there a way to quantitatively check if a number value is copied or only the pointer to that number is copied?

    2 projects | /r/javascript | 9 Jan 2022
  • And so was the C compiler.

    3 projects | /r/ProgrammerHumor | 25 Jan 2022
  • Ask HN: How do you prompt the "advanced" models

    1 project | news.ycombinator.com | 4 Feb 2025
  • AI Computer Interface (ACI)

    1 project | news.ycombinator.com | 22 Dec 2024

Did you know that TypeScript is
the 1st most popular programming language
based on number of references?