STOP using console.log() in 2022!
If you started learning Javascript then I can bet you that the first line of code you wrote was
console.log("Hello World!");
We all use console.log() a lot in our Javascript code for debugging and sometimes we write it just for fun😉.
Usually, we us...
codingculprit.com1 min read