What does the Javascript “debugger” statement do?
It will debug all the errors in the program at runtime.
It acts as a breakpoint in a program.
It will debug error in the current statement if any.
All of the above
Correct Answer : B
How can a datatype be declared to be a constant type?
Which of the following methods can be used to display data in some form using Javascript?
Which of the following methods is used to access HTML elements using Javascript?