0 / 60 seg.

What is the equivalent arrow function syntax for the following function?

function double(num) {
  return num * 2;
}