Prevent show console in code playground | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
0

Prevent show console in code playground

Hi, how can I prevent show console in code playground?

28th Dec 2022, 2:42 PM
Nabin Bhatt
Nabin Bhatt - avatar
4 Réponses
+ 4
Console is accessed when you have console statements. Otherwise it won't trigger. If you still want don't trigger, even with console statement then override to none the console.
28th Dec 2022, 3:06 PM
Jayakrishna 🇮🇳
+ 3
Do you think in web codes? Answer is to don't use any console.log and don't have any error.
28th Dec 2022, 2:52 PM
PanicS
PanicS - avatar
+ 2
When I use the app, I only see the console when I run a console command. Whenever I use the web version of code playground, I see a button that says console. What are you doing when you see the console?
28th Dec 2022, 7:43 PM
Chris Coder
Chris Coder - avatar
0
PanicS 'show console' option is enabled by default in Sololearn code playground. Isn't there any ways to prevent this behavior so we can access console only when we need it.
28th Dec 2022, 2:57 PM
Nabin Bhatt
Nabin Bhatt - avatar