以下不属于JavaScript提供的内置函数的是()。
A. parseFloat
B. isNaN
C. parseInt
D. typeof
可插入多行注释的JavaScript语法是?
A. /*Thiscommenthasmorethanoneline*/
B. //Thiscommenthasmorethanoneline//
C.
D. 以上都不对
JavaScript中变量的数据类型是在上下文运行时决定的。()
A. 对
B. 错
JavaScript中的多维数组在使用时,需要提前创建。()
A. 对
B. 错