programming faqs interview questions tech technical educational freshers guide preparation interviews hr telephonic
try another color:
try another fontsize: 60% 70% 80% 90%
Programming FAQs

How to check and debug javascript errors in google chrome browser

Average: 2.5 (2 votes)

In google chrome we can

In google chrome we can check javascript errors and page loading time etc., on javascript console..

you must open the javascript console in order to check the errors.

> click on the Page icon on the right of the url bar
> Select Developer then Javascript console, now the console window will open.

> Then click on Resources on console window. Refresh the browser

Now you are ready to debug/view javascript errors, when any error occurs, you can see the redicon with number..