题库 软件开发 题目列表 以下使用 typeof 操作符的代码的输出结果为()var x ...
单选题
以下使用 typeof 操作符的代码的输出结果为()
var x = typeof x
var res = typeof typeof x;
console.log(res)
A.

"undefined"

B.

"object"

C.

"string"

D.

"number"

题目信息
校招真题
-
正确率
0
评论
12
点击