ElCanut@jlai.lu to Programmer Humor@programming.dev · 19 hours agoAsking the real questionsjlai.luexternal-linkmessage-square158fedilinkarrow-up1871arrow-down16
arrow-up1865arrow-down1external-linkAsking the real questionsjlai.luElCanut@jlai.lu to Programmer Humor@programming.dev · 19 hours agomessage-square158fedilink
minus-squareKubeRoot@discuss.tchncs.delinkfedilinkEnglisharrow-up15·11 hours agoAh, but you see, “John” and “Doe” are two names - first and last - and when you say “My name is”, you’re really listing out your names, with spaces inbetween! But then there’s hyphenated names, and I have no idea how those are treated.
minus-squaredch82@lemmy.ziplinkfedilinkarrow-up11·10 hours ago"John Doe" vs ["John", "Doe"] vs {"firstName":"John", "lastName":"Doe"}
minus-squareLemminary@lemmy.worldlinkfedilinkarrow-up5·edit-210 hours agoconsole.log(Object.values(name).join("\n"));
Ah, but you see, “John” and “Doe” are two names - first and last - and when you say “My name is”, you’re really listing out your names, with spaces inbetween!
But then there’s hyphenated names, and I have no idea how those are treated.
"John Doe"
vs["John", "Doe"]
vs{"firstName":"John", "lastName":"Doe"}
Could be…“Jondo” like, a mononym hahaha.