What will be the value of result in the following code?
result
var num = 0; var result = num ? "Truthy" : "Falsy";
Error
Falsy
Truthy