Sir_Kevin@lemmy.dbzer0.com to Programmer Humor@programming.devEnglish · 15 天前Debugginglemmy.dbzer0.comimagemessage-square44fedilinkarrow-up1918arrow-down17
arrow-up1911arrow-down1imageDebugginglemmy.dbzer0.comSir_Kevin@lemmy.dbzer0.com to Programmer Humor@programming.devEnglish · 15 天前message-square44fedilink
minus-squarekaty ✨@lemmy.blahaj.zonelinkfedilinkarrow-up28·14 天前 “oh it was just a missing semicolon”
minus-squareCanadaPlus@lemmy.sdf.orglinkfedilinkarrow-up2·edit-213 天前Even if you’re not using one, you should be instinctively looking for a semicolon the moment you get a syntax error unless you’re a complete beginner.
“oh it was just a missing semicolon”
Linter issue.
Even if you’re not using one, you should be instinctively looking for a semicolon the moment you get a syntax error unless you’re a complete beginner.
Rubber duck debugging often helps.