how to send all ../ to the start of path javascript 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;