79172539

Date: 2024-11-09 10:29:21
Score: 2
Natty:
Report link

When you want to use a ` inside a template literal, you need to escape it with \, otherwise it ends the literal. You have several places in your code where you've written `` inside a template literal without escaping it; this ends the literal and then tries to use it as the tag for a new one, thus the error that a string is not a function.

Reasons:
  • No code block (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): When you
  • Low reputation (0.5):
Posted by: Pixievolt No. 1