@[email protected] to Programmer [email protected] • 2 years agoPure Evillemmy.worldimagemessage-square55fedilinkarrow-up1545cross-posted to: [email protected]
arrow-up1545imagePure Evillemmy.world@[email protected] to Programmer [email protected] • 2 years agomessage-square55fedilinkcross-posted to: [email protected]
minus-square@[email protected]linkfedilinkEnglish7•2 years 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
minus-square@[email protected]linkfedilinkEnglish1•2 years agoRight, but there’s not going to be a syntax error.
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
Right, but there’s not going to be a syntax error.