📅  最后修改于: 2022-03-11 15:03:07.793000             🧑  作者: Mango
JavaScript has no compilation step.
Instead, an interpreter in the browser reads over the JavaScript code,
interprets each line, and runs it. More modern browsers use a technology
known as Just-In-Time (JIT) compilation
//read more at