nowfound

Alternatives

Products that do what INSIDE JS does

Understand the internals of JavaScript

  1. 1

    Check your JS knowledge by having fun.

    2021

  2. 2

    JS snippets that you can understand in 30 seconds or less.

    2018

  3. 3TJ
  4. 4WP

    2013 · usablica.github.com

  5. 5

    Learning JavaScript is the best investment you can do today.

    2022

  6. 6LA

    2019 · learnjavascript.online

  7. 7

    Finally understand the JS event loop

    May 2026 · jsvisualizer.bytefront.dev

  8. 8EJ

    This TypeScript package allows you to safely execute JavaScript code within a WebAssembly sandbox using the QuickJS engine. Perfect for isolating and running untrusted code securely, it leverages the lightweight and fast QuickJS engine compiled to WebAssembly, providing a robust environment for code execution. Features - *Security*: Run untrusted JavaScript code in a safe, isolated environment. - *File System*: Can mount a virtual file system - *Custom Node Modules*: Custom node modules are mountable - *Fetch Client*: Can provide a fetch client to make http(s) calls - *Test-Runner*: Includes…

    2024 · github.com

  9. 9AJ

    2018 · jshandbook.com

  10. 10SU
  11. 11

    Master async JavaScript with interactive visualization

    Jan 2026

  12. 12IM

    Hello HN! I'm the creator and solo developer of Extension.js, a development tool for browser extensions with built-in support for TypeScript, WebAssembly, React, and modern JavaScript. Developers use it to spend less time configuring the compilation config or learning new frameworks and more time actually writing code. Most projects similar to Extension.js rely on some sort of abstraction or configuration to get started, making the initial development process slow given the extra learning curve and setup guidelines. By using Extension.js, adding the package to your npm scripts is all it…

    2024 · github.com

  13. 13

    Learn to Code JavaScript by Playing a Game

    2014

  14. 14QR

    QuickBEAM is a JavaScript runtime embedded inside the Erlang/OTP VM. If you’re building a full-stack app, JavaScript tends to leak in anyway — frontend, SSR, or third-party code. QuickBEAM runs that JavaScript inside OTP supervision trees. Each runtime is a process with a `Beam` global that can: - call Elixir code - send/receive messages - spawn and monitor processes - inspect runtime/system state It also provides browser-style APIs backed by OTP/native primitives (fetch, WebSocket, Worker, BroadcastChannel, localStorage, native DOM, etc.). This makes it usable for: - SSR…

    Mar 2026 · github.com

  15. 15AI

    Jan 2026 · howbrowserswork.com

  16. 16MM

    2018 · github.com

  17. 17AJ
  18. 18NJ

    We're building a different kind of JavaScript engine, based on data-oriented design and willingness to try something quite out of left field. This is most concretely visible in our major architectural choices: 1. All data allocated on the JavaScript heap is placed into a type-specific vector. Numbers go into the numbers vector, strings into the strings vector, and so on. 2. All heap references are type-discriminated indexes: A heap number is identified by its discriminant value and the index to which it points to in the numbers vector. 3. Objects are also split up into object kind -specific…

    2024 · github.com

  19. 19TJ
  20. 20

    Get a more complete understanding of JavaScript

    2016

  21. 21EA
  22. 22LL

    Hey HN, I just built an experimental VSCode extension called LLM Debugger. It’s a proof-of-concept that lets a large language model take charge of debugging. Instead of only looking at the static code, the LLM also gets to see the live runtime state—actual variable values, function calls, branch decisions, and more. The idea is to give it enough context to help diagnose issues faster and even generate synthetic data from running programs. Here’s what it does: * Active Debugging: It integrates with Node.js debug sessions to gather runtime info (like variable states and stack traces). *…

    2025 · github.com

  23. 23AL
  24. 24

    Book about 50 of the most interesting JavaScript topics

    2021

Ranked by how close each launch is in meaning, then by votes. Refine with a description →