TIL about the greek question mark

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

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

  • MotoAsh@lemmy.world
    link
    fedilink
    arrow-up
    8
    ·
    1 year ago

    You need to remember that a lot of those best practices are to cover for the performance issues from misusing loosely typed variables.

    The JavaScript engine can compile clean, type-safe code down to be almost as fast as properly compiled code. When you use various features like the loose equals or various object mutations and the like, the engine cannot optimize it, leaving your code much, much slower.