Agreed, or something similar. However, there some other cases:
var x = 1/0; // produce error here?
output(x); // or here?
var x = pow(10,pow(10,100)); // INF error here?
output(x); // or here?
Quoting john_e_lilleyAgreed, or something similar. However, there some other cases:
var x = 1/0; // produce error here?
output(x); // or here?
var x = pow(10,pow(10,100)); // INF error here?
output(x); // or here?
I think in first step in first and second examples