JavaScript BOM
Screen Object
The JavaScript screen object holds information of browser screen. It can be used to display screen width, height, colorDepth, pixelDepth etc. The navigator object is…
Navigator Object
The JavaScript navigator object is used for browser detection. It can be used to get browser information such as appName, appCodeName, userAgent etc. The navigator…
History Object
The JavaScript history object represents an array of URLs visited by the user. By using this object, you can load previous, forward or any particular…
Window Object
The window object represents a window in browser. An object of window is created automatically by the browser. Window is the object of browser, it…
Browser Object Model
The Browser Object Model (BOM) is used to interact with the browser. The default object of browser is window means you can call all the…