How would you debug a web page? Or locate the faulty component!
Sigiloso
* 1. put debugger in the code block and run the app in localhost. * 2. find where is the code is failing, read errors in the console. lookup on google when it most occurs. and find what function calls that faulty component.