Chrome's V8 engine does this JIT for executing your JavaScript code on the browser, which makes it very fast.
What is it?
Just-In-Time (JIT) Compilation is a technique used in the implementation of some programming languages, including JavaScript, to...