If yоu аccidentаlly write а prоgram that has an infinite (never ending) lоop, such as the one below, your computer will become completely unusable since the loop will spin out of control and use 100% of your processor, blocking other processes including the operating system from running. while(1 == 1){ console.log("Just keep on printing!");}