Part 35 | JavaScript Tutorial | window object | window location | screen | history object | cookies

preview_player
Показать описание
1. window:
-----------
- window object is supported by all browsers. It represents the browser's window.
- All global JavaScript objects, functions, and variables automatically become members of the window object.

Methods:-

2. location:-
------------
- location object used to get the browser URL information.

3. history

4. cookies:-
-------------
- Cookies are additional information sent to the server
- Cookies are in key and value pairs.
Рекомендации по теме
visit shbcf.ru