JavaScript Location Object
In this chapter, we will learn about the JavaScript location object. The location object is part of the Browser Object Model (BOM) and provides information about the current URL of the document and allows you to manipulate the URL. We will cover: What is the Location Object? Location Properties Location Methods Simple Programs using the …