What will be the result of the following comparison?
console.log(5 > 3);
false
'undefined'
true
Other