0 / 60 seg.

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

const num = -10;
const result = Math.abs(num);