const a = ['string'] a.toString() // "string" a.push({"property": "123"}) a.toString() // "string",[object Object]