Common Browser Objects in BOM
The location object is a property of the window object that represents the browser's address bar. It allows manipulation of the URL displayed in the address bar. <html> <head> <meta charset="UTF-8"> <title></title> <script> function handleLocation() { co...