coja to Programmer Humor@lemmy.ml • 1 year agoFind yourselflemmy.mlimagemessage-square138fedilinkarrow-up1648arrow-down129
arrow-up1619arrow-down1imageFind yourselflemmy.mlcoja to Programmer Humor@lemmy.ml • 1 year agomessage-square138fedilink
minus-squareGTG3000linkfedilinkРусский3•1 year agoWhy use const max = (x, y) => x > y ? x : y instead of function max(x, y) { return x > y ? x : y } ?