单项选择题

setInterval(() => console.log("Hi"), 1000);以上代码的返回值为()

A.一个唯一的id
B.指定的毫秒数
C.传递的函数
D.undefined