79167864

Date: 2024-11-07 19:40:13
Score: 0.5
Natty:
Report link

Without the semicolon, the code is getting interpreted as this:

console.log("Running")(0, user["hello"])()

Since .log() doesn't return anything, the type error happens because it looks like you are trying to call a function that .log() returns.

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