how to check browsers console is open or not in js. I tried
if(window.console){ console.log('test');}
but it will always work
how to check browsers console is open or not in js. I tried
if(window.console){ console.log('test');}
but it will always work