选择题1462/1530输出什么?

1const box = { x: 10, y: 20 }; 2 3Object.freeze(box); 4 5const shape = box; 6shape.x = 100; 7console.log(shape)
难度:
2021-07-02 创建

本题为单选题”

赞赏支持

预览

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