Javascript中, 以下代码运行后变量y的值是: ( )
var x = [‘abcde’ , 123456]; var y = typeof typeof x[1];
出自:西安交通大学--网络软件开发综合训练学习指南