Is JavaScript an interpreted or compiled language?
This is a common question in technical interviews, and it is also a hot question among nerds like me and you.
To understand this tricky question, I will explain some other terms throughout this blog to give an overall understanding of the topic to en...
markmaksi.hashnode.dev4 min read
Tetr
pues...nada
wait- babel and tsc are transpilers/transcompilers. Javascript is an interpreted language so compilers can't be brought into the picture unless you go deeper and get some C calls for example. Please refer to en.wikipedia.org/wiki/Runtime_system