cm0002@lemmy.world to Programmer Humor@programming.dev · 2 months agoWhich of these javascript expressions is false?lemmy.mlimagemessage-square65fedilinkarrow-up11arrow-down10cross-posted to: [email protected]
arrow-up11arrow-down1imageWhich of these javascript expressions is false?lemmy.mlcm0002@lemmy.world to Programmer Humor@programming.dev · 2 months agomessage-square65fedilinkcross-posted to: [email protected]
minus-squarehades@lemm.eelinkfedilinkarrow-up0·2 months agoThe language not being compiled has nothing to do with error handling. You could have a min function that operates on dynamic arrays (e.g. std::min_element in C++ or min() in Python).
The language not being compiled has nothing to do with error handling. You could have a
min
function that operates on dynamic arrays (e.g. std::min_element in C++ or min() in Python).