0 / 60 seg.

What value is obtained when executing the following code?

const double = number => number * 2;
console.log(double(4));