79780837

Date: 2025-10-02 10:55:51
Score: 1
Natty:
Report link

There are a few issues with your code.

Firstly, the lifecycle event is

connectedCallback

not

connectedCallBack

and second, don't use regular quotes when you have line breaks.

use template literals instead. So the backticks (` `) instead of regular quotes (' ').

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