Can't see output in Browser Log
Asked by Bhagyashree about 2 years ago
0
When I write console.log() in react playground file, I can't see output in browser log.
1 Answer
0
<script src='https://bit.ly/codedamn-web-console'></script>
The above script needs to be loaded before you load any other JS files. Once added, logs should automatically show up under the Browser Logs tab.
show more answers
Your answer