79308475

Date: 2024-12-26 00:44:39
Score: 1.5
Natty:
Report link
app("/",function()
{
//some logic here
})

//we have to write this way
app.get("/",function()
{
//some logic here
})
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Robin Suthar