What is the V8 engine?
The V8 engine is a high-performance JavaScript engine developed by Google for Chrome.
Node.js uses it to compile and run JavaScript code on the server side. It converts JS code
into machine code, making it fast and efficient.
📌 Use Case:
When you run a .js file with Node.js, the V8 engine compiles your code into machine code
behind the scenes.