0 / 60 seg.

What is the result of the following expression?

(() => {
  var x = 10;
  return () => console.log(x);
})()();