Answers for "javascript get current window location without parameters"

0

javascript get current window location without parameters

const url = window.location.origin + window.location.pathname
//http://example.com/somedir/somefile/
Posted by: Guest on September-05-2021
0

javascript get current window location without parameters

const url = window.location.origin + window.location.pathname
//http://example.com/somedir/somefile/
Posted by: Guest on September-05-2021

Code answers related to "javascript get current window location without parameters"

Code answers related to "Javascript"

Browse Popular Code Answers by Language