Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changed "Javascript interpreter" to "Javascript engine"
I think the phrase "Javascript engine" is more accurate than "Javascript interpreter" because certain Javascript engines, like the V8 engine used in Google Chrome, convert Javascript directly into machine code and do not utilize an interpreter at all. Source: https://developers.google.com/v8/design - Check the section titled "Dynamic Machine Code Generation"
- Loading branch information