Bharath K
Oct 16, 2020

--

Hey, this is the context I meant -

JavaScript is an interpreted language, not a compiled language. A program such as C++ or Java needs to be compiled before it is run. In contrast, JavaScript has no compilation step. Instead, an interpreter in the browser reads over the JavaScript code, interprets each line, and runs it.

I hope this answers your question.

Thank you.

--

--

Bharath K
Bharath K

Written by Bharath K

Love to explore and learn new concepts. Extremely interested in AI, deep learning, robots, and the universe. LinkedIn — www.linkedin.com/in/bharath-k-421090194

No responses yet