How do I view javascript files in chrome?



How do I view javascript files in chrome?..

Answer / Raj Deep

To view a JavaScript file in Chrome, you can open the browser's Developer Tools (F12), go to the Sources tab, and then open the appropriate folder for your project. You can also set breakpoints, inspect variables, and execute code directly from here.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More JavaScript Interview Questions

Does javascript support automatic type conversion?

1 Answers  


Which is best for front end?

1 Answers  


What is the difference between client side javascript and server side javascript.

1 Answers  


Consider the following code: 1 2 3 4 5 (function() { var a = b = 5; })(); console.log(b); what will be printed on the console?

1 Answers  


How to embed javascript in a web page?

1 Answers  


What is the use of the String Tokenizer

1 Answers  


Define a named function in javascript.

1 Answers  


How do I turn on javascript in google chrome?

1 Answers  


I am working on project in asp.net in which i have opned doc file on client side.plz send me coding on markpatentoffice@yahoo.com.

0 Answers   IBM,


What is the function of javascript?

1 Answers  


What is the best ide for javascript development?

1 Answers  


Which keyword is used to print the text in the screen?

1 Answers  


Categories