Defenses: Angle brackets < > are HTML-encoded. Your input lands inside a JS string literal.
< >
Your input is placed inside a JavaScript string variable. Angle brackets are encoded.
Check the page source to see where your input lands.