I could definitely see usage of this when using custom Constructors. But this 
could confuse current code of JS:

```js
function A(B, C) {
    if(typeof B === ‘string’) // ...
}
A({[Symbol.typeof]: ‘string’})
```

This would make new code to use not only `typeof B === ‘String’`, but also `B 
instanceof ‘String’`.


---
This email has been checked for viruses by Avast antivirus software.
https://www.avast.com/antivirus
_______________________________________________
es-discuss mailing list
[email protected]
https://mail.mozilla.org/listinfo/es-discuss

Reply via email to