Just In Time Compilation in JavaScript
You may have come across this question:
Is JavaScript compiled language or interpreted language?
Interpreters read and execute the code line by line.
Compilers translated human-readble code into machine code.
Well the answer is that JS uses the b...
suveshmoza.hashnode.dev3 min read