We add () to function even if it is void:
function f() { console.log("Hello"); }
But why we don\'t do the same when