How do I open javascript console?



How do I open javascript console?..

Answer / Mohd Farman

To open the JavaScript console in a web browser, you can use Developer Tools (F12 on most browsers). Go to the Console tab and type your JavaScript code there.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More JavaScript Interview Questions

List the comparison operators supported by javascript?

1 Answers  


What is external javascript?

1 Answers  


Write a program that inputs a 5-digit integer from the keyboard and prints if the input number is a palindrome or not. A palindrome is a number which has the same digit from either end.

1 Answers  


What is a fixed-width table and its advantages?

1 Answers  


What is Currying in Javascript?

1 Answers  


What can be the challenges during testing a program or a system?

1 Answers  


What are the security related issues in JavaScript scripts?

3 Answers   Four soft,


How do you change the style/class on any element?

1 Answers  


How do you check if a variable is an object

1 Answers  


Describe javascript and vbscript.

1 Answers  


What is local scope in javascript?

1 Answers  


What is an object in javascript, give an example?

1 Answers  


Categories