cm0002@lemmy.world to Programmer Humor@programming.dev · 18 hours agoWhich of these javascript expressions is false?imagemessage-square48linkfedilinkarrow-up1296arrow-down12cross-posted to: programmerhumor@lemmy.ml
arrow-up1294arrow-down1imageWhich of these javascript expressions is false?cm0002@lemmy.world to Programmer Humor@programming.dev · 18 hours agomessage-square48linkfedilinkcross-posted to: programmerhumor@lemmy.ml
minus-squarehades@lemm.eelinkfedilinkarrow-up5·8 hours 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).