TIL about the greek question mark

Tell me, can you tell the difference between these two characters?

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

  • @fidodo@lemm.ee
    link
    fedilink
    411 months ago

    I wouldn’t do it without an auto formatter. With prettier it will catch potential no semi colon issues.

    • Andrew
      link
      fedilink
      111 months ago

      You absolutely have to use prettier with JS. I don’t think there is auto adding missing semicolons in C/C++ though, it would be very useful.