realitista@lemmy.world to Programmer Humor@programming.dev · 1 year agoPure Evillemmy.worldimagemessage-square54fedilinkarrow-up1546arrow-down1102cross-posted to: programmerhumor@lemmy.ml
arrow-up1444arrow-down1imagePure Evillemmy.worldrealitista@lemmy.world to Programmer Humor@programming.dev · 1 year agomessage-square54fedilinkcross-posted to: programmerhumor@lemmy.ml
minus-squarecoffee_poops@sh.itjust.workslinkfedilinkEnglisharrow-up9·1 year agosemicolons are optional in js anyway…
minus-squaremrpants@midwest.sociallinkfedilinkEnglisharrow-up3·1 year agoMost of the time. Sometimes it can lead to code that is ambiguous and ASI picks the wrong way to interpret it. https://stackoverflow.com/questions/25088708/what-rules-must-i-follow-to-write-valid-javascript-without-semicolons
semicolons are optional in js anyway…
Most of the time. Sometimes it can lead to code that is ambiguous and ASI picks the wrong way to interpret it.
https://stackoverflow.com/questions/25088708/what-rules-must-i-follow-to-write-valid-javascript-without-semicolons