1<html> 2 <head> 3 <script> 4 var i; 5 for (i = 0; i < 2; i++) { 6 console.log ("hello"); 7 } 8 </script> 9 <script>var j;</script> 10 <script></script> 11 <script/> 12 </head> 13</html> 14