What is the output of the alert function for the below lines of code? var sum, Sum; sum = 0; alert(Sum);

  1. 0

  2. undefined

  3. Exception(0365): object undefined!

  4. Javascript error in the browser


Correct Option: B

Find more quizzes: