How you should not use (only) console.log As a developer, I’ve worked with a lot of different languages and environments: C#, C++, Java, Go, Lisp, JS, PHP (and many more). The one thing in common between all of them is the debugging method that I’ve used: logging. Being it a cout (C++) or System.out.println (Java), outputting something…