0 / 60 seg.

What is the result of the following expression?

const x = 10;
function myFunction() {
  console.log(x);
}
myFunction();