The returned property contains the browser version, platform on which the browser is running, and the country (either international or domestic).
<html>
<head>
<title> Example of the appVersion property of the navigator object</title>
</head>
<body>
<script language="JavaScript">
<!--
document.write(navigator.appVersion);
-->
</script>
</body>
</html>