How types save execution time - a v8 engine overview
Is JavaScript a compiled language or an interpreted one? it's a mix of both, we call it just-in-time compiled language.
Compiled languages first compile the whole code from High-level to machine code and then execute it, making it a bit time consumin...
shreyasr.hashnode.dev3 min read