What is the output of the alert function for the below lines of code? var sum, Sum; sum = 0; alert(Sum);
Reveal answer
Fill a bubble to check yourself
What is the output of the alert function for the below lines of code? var sum, Sum; sum = 0; alert(Sum);