What if I wanted to load JavaScript without executing it?

Fair enough, let’s see a couple of ways to tackle this specific problem. But first, let me clarify a couple of aspects. Read more

Similar

Explaining JavaScript VMs in JavaScript

I have a thing for virtual machines that are implemented in the language (or a subset of the language) they are built to execute. If I were in the academia or just had a little bit more free time I would definitely start working on a JavaScript VM writt...

Read more »