选择题1556/1603输出是什么?

1(() => { 2 let x = (y = 10); 3})(); 4 5console.log(typeof x); 6console.log(typeof y);
难度:
2021-07-02 创建

本题为"单选题"

赞赏支持

题库维护不易,您的支持就是我们最大的动力!