Elektrine lite

← Feed

@lemmydividebyzero@reddthat.com

JavaScript - To Semicolon, Or Not To Semicolon;

2026-06-06 06:49 UTC

Replies (1)

  • @Dirk@lemmy.ml 2026-06-06 06:54

    tl;dr If you ever need to start a line with parens or brackets, consider using a ; right before it, as so many have adopted. Although, there is rarely a case where this would become a necessity.

    Open ##3313329