Guys who can tell me what would make a browser freeze, or crash. Using a script. Just been experimenting. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Guys who can tell me what would make a browser freeze, or crash. Using a script. Just been experimenting.

Using JavaScript

23rd May 2019, 11:07 AM
Laban Paul
Laban Paul - avatar
3 Answers
+ 3
An endless loop or heavy modifications to the dom.
23rd May 2019, 11:43 AM
Dragonxiv
Dragonxiv - avatar
+ 2
Yes bro An Infinite loop can result YES it can result , and can freeze the browser . Just try the code given below :😂😂😂😂 You will understand everything . https://code.sololearn.com/WCIeh7q1O1G5/?ref=app
23rd May 2019, 12:02 PM
Prince PS[Not_Active]
Prince PS[Not_Active] - avatar
+ 1
Right. It make the browser over use its preserved memory, hence freezing.
24th May 2019, 8:11 PM
Laban Paul
Laban Paul - avatar