Answers for "how is javascript compiled"

1

how is javascript compiled

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
Posted by: Guest on October-05-2021

Code answers related to "how is javascript compiled"

Code answers related to "Javascript"

Browse Popular Code Answers by Language