
click to enlarge
In order to deliver varied content and functions to web pages, website developers employ scripting. One such scripting language used is JavaScript, useful for many varied purposes such as signing a website visitor into their account or adding up numbers entered into a form.
Although useful, if used on a live website without sufficient testing, JavaScript can turn out to be a performance issue, locking up some versions of Microsoft Internet Explorer thanks to poorly executed loops.
In situations such as this, the only real escape from the loop is to close the browser – this might have some impact on your work, as well as the performance of your computer, so avoiding such loops is vital.
(Screenshot by author)