JavaScript Tutorial in Hindi for Beginners [Part 65] - Browser Object Model (BOM) in JavaScript

Tech Gun
Youtube
Related Topic
:- Javascript Web Development

In this video i will talk about Browser Object Model (BOM) in JavaScript. The Browser Object Model (BOM) is used to interact with the browser. The window object represents a window in browser. An object of window is created automatically by the browser. All global JavaScript objects, functions, and variables with the var keyword automatically become members of the window object. Global variables are properties of the window object. Global functions are methods of the window object. 

Comments