0 / 60 seg.

What will be the value of the variable result after executing the following code snippet?

let num1 = 12;
let num2 = 3;
let result = num1 / num2;