What does the below line do considering it as the first line in your javascript file (function(){alert(this)})();
A. Nothing happens
B. I will see an error
C. I will see an alert with undefined value
D. I will see an alert with null value
E. I will see an alert with not null value