When we write: const result = add ( 10 , 20 ); it feels like the computer simply "runs the code. " But the CPU doesn't understand JavaScript. There are several layers between the code we write and the hardware actually executing instructions.

Source: [Dev.to](https://dev.to/thecoollearner/part-1-what-actually-happens-when-code-runs-558o)

Sponsored