0
What is console.log() used for
3 odpowiedzi
+ 3
ish gupta
For the purpose of debugging..
+ 2
ish gupta hello please utilise the search bar to get your answer before posting them here directly.
https://www.sololearn.com/discuss/1861084/?ref=app
https://www.sololearn.com/discuss/1220935/?ref=app
https://www.sololearn.com/discuss/843065/?ref=app
https://www.sololearn.com/discuss/250639/?ref=app
https://www.sololearn.com/discuss/1725204/?ref=app
https://www.sololearn.com/discuss/557207/?ref=app
0
It's mostly for testing and debugging purposes. If you want to see the output of an operation, just console log it and check the browser console.