How javascript works | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How javascript works

want to know how javascript works

13th Apr 2018, 2:28 PM
sohaib ali
sohaib ali - avatar
1 Answer
+ 2
That's a very broad question. JavaScript itself is an interpreted language meaning that it's "read" on the fly during execution by the engine. This is different then a compiled language where it's translated into machine code during development by a compiler. Interpreted languages are slower than compiled languages but are more portable since they're interpreted by the engine which is built for each platform.
3rd May 2018, 1:19 AM
Ben Allen (Njinx)
Ben Allen (Njinx) - avatar