@[email protected] to Programmer [email protected] • 10 months agoAsking the real questionsjlai.luimagemessage-square216fedilinkarrow-up11.16Karrow-down111
arrow-up11.15Karrow-down1imageAsking the real questionsjlai.lu@[email protected] to Programmer [email protected] • 10 months agomessage-square216fedilink
minus-square@[email protected]linkfedilink15•10 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"));