If you are developing JavaScript applications you are likely using logging as an integral part of your development process. Did you know that you aren't limited to simple console.log
statements? Modern browsers give you a lot more logging options to work with!
This course will explore those options and give you some new logging tools for your professional toolbox.