Computer Science, asked by Drchotu1389, 1 year ago

How to find JavaScript function definition in Chrome?

Answers

Answered by monikarawat
0

Select 'Inspect Element' from page, which highlights the line in the Elements tab.

Right-click the line and select 'Go to function definition'

Correct script is loaded in the Scripts tab and it jumps to the function definition.

Similar questions