const balance = { [Symbol.toPrimitive](hint) { return hint === 'string' ? '12 credits' : 12; }, }; console.log(String(balance), balance + 3);