Do you know how JavaScript engine runs your code ?
You might be aware of the fact that JavaScript is an interpreted language (i.e it converts your code to binary line by line) and that’s why a JavaScript code can run partially if error comes later. But is this always true ?
console.log("Hello world")...
nikhilchandrakar.hashnode.dev2 min read