单项选择题

function test(){
    console.log(true);
}
函数的返回值是()

A.undefined
B.true