Interview Question
Qus: How will debug the jQuery value in the browser and how will follow steps up?
You can use Developer Tools which are supported by all the browsers to debug jQuery code and under Developer Tools, go to Sources tab and write a debugger keyword at one particular line of your code from where you want to start the debugging process.
Answers (2)