0 / 60 seg.

What is the value of result after executing the following code?

const result = (function (x) {
  return x * 2;
})(5);