79343940

Date: 2025-01-09 20:24:58
Score: 1.5
Natty:
Report link

Key123$

const url = "data.js?key=123"

const v = url.slice(url.indexOf("?") +1 ,url.length).split("=")

const [key,value] = v

console.log({[key]:value})

Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Adem Soare