0 / 60 seg.

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

var name = "";
var result = name ? "Has value" : "Empty";