79522504

Date: 2025-03-20 09:46:37
Score: 1.5
Natty:
Report link

const str = "ramesh-123-india";
const result = str.match(/\w+$/)[0];

console.log(result);

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