@[email protected] to Programmer [email protected] • 8 months agoAsking the real questionsjlai.luimagemessage-square219fedilinkarrow-up11.16Karrow-down111
arrow-up11.15Karrow-down1imageAsking the real questionsjlai.lu@[email protected] to Programmer [email protected] • 8 months agomessage-square219fedilink
minus-square@[email protected]linkfedilink15•8 months ago"John Doe" vs ["John", "Doe"] vs {"firstName":"John", "lastName":"Doe"}
"John Doe"
vs["John", "Doe"]
vs{"firstName":"John", "lastName":"Doe"}
console.log(Object.values(name).join("\n"));