Date: 2025-02-27 22:14:55
Score: 1.5
Natty:
var url = 'http://www.mymainsite.com/somepath/path2/path3/path4';
var pathname = new URL(url).pathname;
console.log(pathname);
Reasons:
- Low length (1):
- Has code block (-0.5):
- Low reputation (1):
Posted by: Silence Ceesay