Answer toSection 7.26 Write a JavaScript Program for the following problem.

Write a script that outputs XHTML text that keeps displaying in the browser window the multiples of the integer 2, namely 2, 4, 8, 16, 32, 64, etc. Your loop should not terminate (i.e., you should create an infinite loop). What happens when you run this program?
Back to chapter 7


this will run forever