PugJesusM to [Dormant] moved to [email protected]English · 4 个月前Computer scientist Margaret Hamilton with the extensive amount of code she and her team wrote to guide the NASA mission to the Moon, USA, 1969imagemessage-square83linkfedilinkarrow-up1705arrow-down17
arrow-up1698arrow-down1imageComputer scientist Margaret Hamilton with the extensive amount of code she and her team wrote to guide the NASA mission to the Moon, USA, 1969PugJesusM to [Dormant] moved to [email protected]English · 4 个月前message-square83linkfedilink
minus-squareaxEl7fB5@lemmy.cafelinkfedilinkEnglisharrow-up3·edit-24 个月前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 ===
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