🙅 Don't leave console logs in production

added by JavaScript Kicks
10/30/2018 12:55:02 PM

709 Views

I've been learning JavaScript and new APIs through numerous tutorials and I've often come across code snippets like this one when it comes to error handling: Error handling is usually an area that goes beyond the scope of such tutorials. However, when I started working on my first real-world project, I didn't really know how to deal with errors.


0 comments