PugJesus@lemmy.worldM to HistoryPorn@lemmy.worldEnglish · 29 days agoComputer scientist Margaret Hamilton with the extensive amount of code she and her team wrote to guide the NASA mission to the Moon, USA, 1969lemmy.worldimagemessage-square83linkfedilinkarrow-up1703arrow-down17
arrow-up1696arrow-down1imageComputer scientist Margaret Hamilton with the extensive amount of code she and her team wrote to guide the NASA mission to the Moon, USA, 1969lemmy.worldPugJesus@lemmy.worldM to HistoryPorn@lemmy.worldEnglish · 29 days agomessage-square83linkfedilink
minus-squareaxEl7fB5@lemmy.cafelinkfedilinkEnglisharrow-up3·edit-228 days agofunction isEven(number) { return number % 2 === 0; } Dunno about making it “concise” but you can shorten the name of the function and the parameter and maybe use == instead of ===
function isEven(number) { return number % 2 === 0; }
Dunno about making it “concise” but you can shorten the name of the function and the parameter and maybe use == instead of ===
Ew JavaScript