У нас вы можете посмотреть бесплатно JavaScript Tutorial in Hindi for Beginners [Part 68] - Location object in JavaScript или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
#Javascript #Tutorial #Hindi Link for Complete JavaScript Tutorial in Hindi for Beginners: • JavaScript Tutorial in Hindi Link for Complete HTML and CSS Tutorial in Hindi for Beginners: • Плейлист In this video i will talk about Location object in JavaScript. The window.location object can be used to get the current page address (URL) and to redirect the browser to a new page. The window.location object can be written without the window prefix. Some examples: window.location.href returns the href (URL) of the current page window.location.hostname returns the domain name of the web host window.location.pathname returns the path and filename of the current page window.location.protocol returns the web protocol used (http: or https:) window.location.assign() loads a new document The assign() method accepts an URL, navigate to the URL immediately, and make an entry in the browser’s history stack. The replace() method is similar to the assign() method except it doesn’t create a new entry in the browser’s history stack. Therefore, you cannot click the back button to go to the previous page. The reload() method reloads the currently displayed page. When you call the reload() method with no argument, the browser will reload the page in the most efficient way e.g., it loads the page resources from the browser’s cache if they haven’t changed since the last request. Please subscribe to watch more videos like this: / @techgun Join this channel to support Tech Gun: / @techgun