0
Prevent show console in code playground
Hi, how can I prevent show console in code playground?
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.
+ 3
Do you think in web codes?
Answer is to don't use any console.log and don't have any error.
+ 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?
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.