相关考题
-
单项选择题
数组对象中的哪个方法是用来筛选数组元素的()
A.map
B.sort
C.filter
D.reduce -
单项选择题
arguments中的哪个属性表示的是函数的名称()
A.callee
B.call
C.this
D.length -
单项选择题
函数中的this是指()
A.window
B.调用函数的对象
C.Function
D.location
