When we write:

const result = add(10, 20);

Enter fullscreen mode

Exit fullscreen mode

it feels like the computer simply "runs the code."