79177269

Date: 2024-11-11 10:29:42
Score: 1.5
Natty:
Report link

try puting a semicolon (;) before this line:

http.listen(3000, function(){
    console.log('Rodando na porta 3000');
});

to see if it works. this very simple trick helped me out.

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