Object.freeze(obj);. obj.prop = 33;. // Throws an error in strict mode. console.log(obj.prop);. // Expected output: 42.
確定! 回上一頁