javascript试题-下面代码输出的是什么?

function sayHi() {
 return (() => 0)();
}
console.log(typeof sayHi());

网友评论0