单项选择题

Javascript中,以下代码运行后变量y的值是:()
var x = [typeof x, typeof y][1];
var y = typeof typeof x;

A."number"
B."string"
C."undefined"
D."object"