相关考题
-
单项选择题
以下打印结果中那个选项的值最小?()
A.console.log(Math.ceil(3.09))
B.console.log(Math.floor(3.99)
C.console.log(Math.round(3.59))
D.console.log(Math.max(true,2,3,"4,,null)) -
单项选择题
var person={name:‘张三’age:23,loves:[’basketball’,’football’],friend:{name:‘李四’}}以上代码中有几份基本类型的数据?()
A.1
B.2
C.3
D.4 -
单项选择题
下面那些方法不是属于store的方法()
A.getState()
B.dispatch(action)
C.subscribe(listener)
D.createStore()
