cm0002@lemmy.world to Programmer Humor@programming.dev · 18 days agoAll of IT in one imageimagemessage-square51linkfedilinkarrow-up11.11Karrow-down110
arrow-up11.1Karrow-down1imageAll of IT in one imagecm0002@lemmy.world to Programmer Humor@programming.dev · 18 days agomessage-square51linkfedilink
minus-squarecopd@lemmy.worldlinkfedilinkarrow-up5arrow-down1·17 days agobesides NaN actually being a number, this could completely and easily be avoided with typescript.
minus-squarerooroo@feddit.orglinkfedilinkarrow-up6·17 days agoNaaah. Good programmers know how to use as any as any to make this work in typescript as well.
besides NaN actually being a number, this could completely and easily be avoided with typescript.
Naaah. Good programmers know how to use
as any as any
to make this work in typescript as well.