79306506

Date: 2024-12-24 21:26:22
Score: 1
Natty:
Report link
const url = new URL('http://jimbo%40gmail.com:%40wesome@localhost');
const decodedUsername = decodeURIComponent(url.username); // '[email protected]'
const decodedPassword = decodeURIComponent(url.password); // '@wesome'
console.log(decodedUsername, decodedPassword);
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: DEADLINE