This is due to js objects having a constructor property:
```
const obj = {};
obj['constructor'] // return [native code] and not undefined
```
|
||
|---|---|---|
| .. | ||
| app | ||
This is due to js objects having a constructor property:
```
const obj = {};
obj['constructor'] // return [native code] and not undefined
```
|
||
|---|---|---|
| .. | ||
| app | ||