No Js console [SOLVED] | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

No Js console [SOLVED]

At my new phone happened 2 things; a good one and a bad one: 1.I'm happy that Sololearn ES6 started working for me 2. I'm sad, because of the fact that debugging web apps is now impossible because of js console not popping up (not only about displaying info with console.log(), but also it does not throw my errors, so I can't debug my charged particles simulator.) Someone had similar issues and has fixed it? The js console is hidden

21st Dec 2019, 11:12 AM
Amadeus
Amadeus - avatar
3 Answers
+ 1
I dont know, my console work very good: let a, b, sum; a=5; b=7; sum = a+b; console.log(sum); When I run it I can see result 12
21st Dec 2019, 6:12 PM
Yaroslav Vernigora
Yaroslav Vernigora - avatar
+ 1
Reinstalling helped, question closed
24th Dec 2019, 9:41 PM
Amadeus
Amadeus - avatar
0
Mine simply does not work... I'll try reinstallling Sololearn
24th Dec 2019, 9:37 PM
Amadeus
Amadeus - avatar