how to give relative path in window.location code example
Example: js window location relative path
//To get just the relative path of a window location.
const RELATIVE_PATH = window.location.pathname;
//To get just the relative path of a window location.
const RELATIVE_PATH = window.location.pathname;