@MashedTech to Programmer [email protected] • 2 months agoI redid the meme with what hurts meimagemessage-square57arrow-up1466arrow-down113file-textcross-posted to: programmerhumor[email protected]
arrow-up1453arrow-down1imageI redid the meme with what hurts me@MashedTech to Programmer [email protected] • 2 months agomessage-square57file-textcross-posted to: programmerhumor[email protected]
minus-squareRain World: Slugcat Gamelink3•edit-22 months agojs is similar, though it does not include python’s precalculated numbers calculates integers from -5 to 256, see: > a = 100 > b = 100 > c = 1000 > d = 1000 > a is b True > c is d False
js is similar, though it does not include python’s precalculated numbers
calculates integers from -5 to 256, see: