What is the value of the variable result after executing the following code?
const num = -10;
const result = Math.abs(num);
What is the value of the variable result after executing the following code?
const num = -10;
const result = Math.abs(num);