I found a script in Vue project. But I don't know what this || {}).data
and || {}).message
does?
const message = ((err.response || {}).data || {}).message || 'Something went wrong'
I found a script in Vue project. But I don't know what this || {}).data
and || {}).message
does?
const message = ((err.response || {}).data || {}).message || 'Something went wrong'