Register Now

Login

Lost Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

What will be the output of the following JavaScript code?
document.writeln(“
navigator.appVersion: “+navigator.appVersion);

What will be the output of the following JavaScript code?
document.writeln(“
navigator.appVersion: “+navigator.appVersion);
a) Browser version
b) Browser name
c) Browser language
d) error

Answer: a
Explanation: navigator.version is present in the navigator object. appVersion returns the version of the browser.

Join The Discussion