ZNTC0601: Unary expression cannot be the left operand of '**'
ZNTC0601
섹션 제목: “ZNTC0601”Unary expression cannot be the left operand of ’**’
카테고리: 파서: 식/연산자
재현 코드
섹션 제목: “재현 코드”const x = -a ** 2;해결 방법
섹션 제목: “해결 방법”이 에러의 원인과 해결 방법은 에러 메시지를 참고하세요.
Unary expression cannot be the left operand of ’**’
카테고리: 파서: 식/연산자
const x = -a ** 2;이 에러의 원인과 해결 방법은 에러 메시지를 참고하세요.