javascript window.location.href relative path 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;