https://developer.mozilla.org/en-US/docs/Web/JavaScript/Refe...
e instanceof Error
e instanceof MyError
const e = new Error('bad stuff happened') e.name = 'MyError'
Which popular libraries do this?
If it's just in a few places, it should be handled specifically, and use sane choices in other places.
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Refe...