What is the output for the below lines of code? x = 0/0; alert(x);
undefined
infinity
NaN
None of the above