+ 1
what to do ? i had run infinite loop by mistake in javascript on sololearn and now it is not showing most of the coding output.
i have try restart app,uninstall-install,relogin but still not working. it is not running even div content of html. showing white blank output page.
5 Antworten
+ 2
Just delete that infinite Loop?
+ 2
Understand this, when asking about a problem with a code, attach the ailing code link along inside the thread Description field. Without looking at the code, no one knows for sure what to suggest.
Follow this guide to sharing links 👍
https://www.sololearn.com/post/75089/?ref=app
0
Divya Mohan
That happens, just restart your app and it will start working fine.
0
you can also clear the app data and relogin into your sololearn id
- 1
Infinite loops in JavaScript are extremely dangerous. You can just restart the app. But one advice, don't ever do it on a browser in your PC. The computer just freezes and you have to restart it.