@@ -10,6 +10,8 @@ Object.defineProperty(numbers, 'newField', {
10
value: 'valueOfNewField',
11
});
12
13
+Object..inheritedProperty = 'inherited';
14
+
15
for (const i in numbers) {
16
const value = numbers[i];
17
console.log(i, typeof i, value);
0 commit comments