black

大学期末考试答案、课后测试习题

登录

单项选择题

async function f() { return await 123;}f().then(v => console.log(v))打印结果是()

A.123
B.undefined
C.空
D.报错

相关考题

单项选择题 async function testAsync1() { console.log(“hello async”);}let result1 = testAsync1();console.log(result1); ()

单项选择题 async function testAsync() { return "hello async";}let result = testAsync();console.log(result)输出结果是()

单项选择题 async function print(){ return 1;}print().then(e => console.log(e)); 输出()

All Rights Reserved 版权所有©财会考试题库(ckkao.com)

备案号:湘ICP备2022003000号-2