0 / 60 seg.

What will be the value of result in the following code?

var num = 7;
var result = num % 2 === 0 ? "Even number" : "Odd number";