79133960

Date: 2024-10-28 15:03:42
Score: 1.5
Natty:
Report link

console.log(
  (/^=([^\s]+)/g).exec("=hello should not get this"),
  (/^=([^\s]+)/g).exec("="),
  (/^=([^\s]+)/g).exec("= should not get this")
)

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