coja to Programmer Humor@lemmy.ml • 1 year agoFind yourselflemmy.mlimagemessage-square102fedilinkarrow-up1638arrow-down128
arrow-up1610arrow-down1imageFind yourselflemmy.mlcoja to Programmer Humor@lemmy.ml • 1 year agomessage-square102fedilink
minus-squareLeo Uinolinkfedilink74•1 year agoTDD const max12 = (x, y) => { if (x === 1 && y === 2) { return 2; } else if (x === 7 && y === 4) { return 7; } else { return x; } };
TDD
const max12 = (x, y) => { if (x === 1 && y === 2) { return 2; } else if (x === 7 && y === 4) { return 7; } else { return x; } };