Sir_Kevin@lemmy.dbzer0.com to Programmer Humor@programming.devEnglish · 2 days agoDebugginglemmy.dbzer0.comimagemessage-square49fedilinkarrow-up1712arrow-down16
arrow-up1706arrow-down1imageDebugginglemmy.dbzer0.comSir_Kevin@lemmy.dbzer0.com to Programmer Humor@programming.devEnglish · 2 days agomessage-square49fedilink
minus-squarekaty ✨@lemmy.blahaj.zonelinkfedilinkarrow-up24·1 day ago “oh it was just a missing semicolon”
minus-squareCanadaPlus@lemmy.sdf.orglinkfedilinkarrow-up2·edit-223 hours agoEven if you’re not using one, you should be instinctively looking for the 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 the semicolon the moment you get a syntax error unless you’re a complete beginner.
Rubber duck debugging often helps.