ZNTC0601: Unary expression cannot be the left operand of '**'
ZNTC0601
Section titled “ZNTC0601”Unary expression cannot be the left operand of ’**’
Category: Parser: Expression/Operator
Reproduction
Section titled “Reproduction”const x = -a ** 2;How to fix
Section titled “How to fix”See the error message for cause and resolution.