79657613

Date: 2025-06-08 07:35:33
Score: 3.5
Natty:
Report link

function reverseStr(str){

return str.split("").reverse().join("")

}

console.log(reverseStr("Aman katiyar") //

Reasons:
  • Contains signature (1):
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Aman katiyar