No matter how senior you are, you are definitely going to use the evergreen `console.log()` to debug your javascript or typescript project. There is no problem in doing so (some javascript veterans might disagree), but the problem arises when you forget removing them and push your code for: Code review (by raising a pull request)…
