JavaScript – navigator.product Property
The navigator.product property returns the browser engine name.
The navigator.product property returns the browser engine name.
The navigator.userAgent property returns the user-agent header sent by the browser to the server.
The Number constructor property returns the function that created the Number prototype.
The Number.MAX_VALUE property returns the largest possible number in JavaScript, which is 1.7976931348623157e+308.
The Number.MIN_VALUE property returns the smallest possible number in JavaScript, which is 5e-324.
The Number.NEGATIVE_INFINITY property returns negative infinity.
The Number.POSITIVE_INFINITY property returns positive infinity.
The Number.prototype property allows the addition of new properties and methods to numbers.
The Object constructor property returns the function that created the Object prototype.
The Object prototype property allows the addition of new properties and methods to objects.
The screen.availHeight property returns the height of the user’s screen in pixels minus any interfaces like the Windows Taskbar or Mac Dock.
The screen.availWidth property returns the width of the user’s screen in pixels minus any interfaces like the Windows Taskbar or Mac Dock.
The screen.colorDepth property returns the screen’s color depth in bits per pixel.
The screen.height property returns the total height of the user’s screen in pixels.
The screen.pixelDepth property returns the screen’s color depth in bits per pixel.
The screen.width property returns the total width of the user’s screen in pixels.
The String constructor property returns the function that created the String prototype.
The String length property returns the length of a string. An empty string will return 0.
The String prototype property allows the addition of new properties and methods to strings.