ElCanut@jlai.lu to Programmer Humor@programming.dev · 11 hours agoAsking the real questionsjlai.luexternal-linkmessage-square114fedilinkarrow-up1671arrow-down14
arrow-up1667arrow-down1external-linkAsking the real questionsjlai.luElCanut@jlai.lu to Programmer Humor@programming.dev · 11 hours agomessage-square114fedilink
minus-squaredch82@lemmy.ziplinkfedilinkarrow-up8·2 hours ago"John Doe" vs ["John", "Doe"] vs {"firstName":"John", "lastName":"Doe"}
minus-squareLemminary@lemmy.worldlinkfedilinkarrow-up1·edit-22 hours agoconsole.log(Object.values(name).join("\n"));
"John Doe"
vs["John", "Doe"]
vs{"firstName":"John", "lastName":"Doe"}