What is the output of the alert function for the below lines of code? var sum, Sum; sum = 0; alert(Sum);
0
undefined
Exception(0365): object undefined!
Javascript error in the browser