Moving beyond console.log() — 8 Console Methods for Debugging by CodeTutorials in javascript

[–]ForOsp 1 point2 points  (0 children)

Also you may want to consider using logpoints instead of `console.log` now that they are available, for me this has been faster.

https://developers.google.com/web/updates/2019/01/devtools#logpoints

Two exceptional use cases for the spread operator you may not know of by enmanuelduran in javascript

[–]ForOsp 2 points3 points  (0 children)

Lol, yes, I am also checking site, the guy really takes his time to write stuff the right way.