Getting ready

All browsers have an inner mechanism that understands and executes JavaScript code. This mechanism is called the JavaScript Engine.

The main job of a JavaScript Engine is to take the JavaScript code that we developed, and convert it to fast, optimized code that can be interpreted by a browser.

Some of the most popular JavaScript Engines are:

  • Google V8
  • Mozilla Spidermonkey
  • Microsoft Chakra

Get ASP.NET Core MVC 2.0 Cookbook now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.