How to find pathname of any URL - Javascript
Aug 30, 2022 ยท 2 min read ยท In this article I will share the knowledge of converting a string into URL and manipulating the properties of Uniform Resource Locator (URL). Let's start ๐ Scenario 1 We need current pathname from URL of the current webpage to consume it in our appl...
Join discussion