text editor and it works on web page.....
Whats the purpose of chrome & mozilla developer tools console?
Is it same as adding javascript...... On text editor?
Technically its for debugging. We can INJECT JavaScript tho
For check warnings, errors, messages, block requests, debugging, execute any JS code and others
Well, the major difference is that you can test stuff while the website is running
For debugging mostly. With Chrome tools You can investigate code in runtime, examine state of objects or variables at particular point in time. And also profiling, detect memory leaks, and see responses from backend server.
Обсуждают сегодня