coja to Programmer Humor@lemmy.ml • 2 years agoFind yourselflemmy.mlimagemessage-square102fedilinkarrow-up1650
arrow-up1650imageFind yourselflemmy.mlcoja to Programmer Humor@lemmy.ml • 2 years agomessage-square102fedilink
minus-squareAmylinkfedilink76•2 years 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; } };