Recreating a JavaScript runtime f/ Scratch [video]
Bun, Deno, and many other JavaScript runtimes have been hype, but do you know why? Is it that easy to make a runtime from scratch? I've been researching the ... (more…)
Read more »In most cases, the value of this is determined by how a function is called. It can’t be set by assignment during execution, and it may be different each time the function is called. You can change… Read more