What is stored inside the variable value after the following line of code is executed?
```
var value = navigator.appVersion;
```
a) It stores the type of browser that the user is using.
b) It stores an integer representing the version of the browser.
c) It stores a string representing the version of the browser and other information.
d) The navigator object does not contain an attribute named appVersion.
c) It stores a string representing the version of the browser and other information.
Computer Science & Information Technology
You might also like to view...
________ was launched in 2001 as the first true social bookmarking service
Fill in the blank(s) with correct word
Computer Science & Information Technology
An ADT’s ______ govern(s) what its operations are and what they do.
a) specifications b) implementation c) documentation d) data structure
Computer Science & Information Technology