November 24, 2019
Chrome Debugging Tips
This post covers some useful tips for debugging JavaScript in Chrome. Tip1 – Output objects in console.log The console.log statement is used inside of source code, usually as part of development to help debug a section of code such as console.log(‘hit this point’); or console.log(‘my variable is ‘ + x); One useful trick when working