minus-squarehades@lemm.eetoProgrammer Humor@programming.dev•Which of these javascript expressions is false?linkfedilinkarrow-up7arrow-down1·11 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). linkfedilink
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).