What will be the value of result in the following code?
var quantity = 0;
var result = quantity ? "Has quantity" : "No quantity";
What will be the value of result in the following code?
var quantity = 0;
var result = quantity ? "Has quantity" : "No quantity";