I want to hide console log in javascript ?[solved] | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

I want to hide console log in javascript ?[solved]

When i am run the code, it show me console Voice Version. I want to hide when i am run the code and click the voice 👇 how to hide console please tell me https://code.sololearn.com/WTJbnjMH8knA/?ref=app

18th Jan 2021, 3:42 PM
Sajid Ali
Sajid Ali - avatar
5 Answers
+ 1
actually it resides after <head> and before <body> : place it at <head> start should work ^^
18th Jan 2021, 4:14 PM
visph
visph - avatar
0
place your console log/error hack BEFORE imported scripts...
18th Jan 2021, 3:59 PM
visph
visph - avatar
0
visph i already placed but not working
18th Jan 2021, 4:11 PM
Sajid Ali
Sajid Ali - avatar
0
Thanks its working now.. :)
18th Jan 2021, 4:22 PM
Sajid Ali
Sajid Ali - avatar
0
https://code.sololearn.com/W84jKy03D6r1/?ref=app write your console disabling code before external script
18th Jan 2021, 4:25 PM
SAN
SAN - avatar