Pergunta de entrevista da empresa Amazon

How would you debug a web page? Or locate the faulty component!

Resposta da entrevista

Sigiloso

10 de ago. de 2020

* 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.

1