What will be the output of the following JavaScript code?
document.writeln("< br/> navigator.appCodeName: " + navigator.appCodeName);
1
Version
2
Undefined
3
Error
4
Browser name
What will be the output of the following JavaScript code?
document.writeln("< br/> navigator.appCodeName: " + navigator.appCodeName);