Comment on Why ++[[]][+[]]+[+[]] = 10 in JavaScriptparentComments−pietro14yIt's not an error to divide by zero per the IEEE floating point specification, and you'll find the same behavior in most modern languages:http://en.wikipedia.org/wiki/Division_by_zero#In_computer_ar...
Comments
It's not an error to divide by zero per the IEEE floating point specification, and you'll find the same behavior in most modern languages:
http://en.wikipedia.org/wiki/Division_by_zero#In_computer_ar...