The JavaScript exception "unparenthesized unary expression can't appear on the left-hand side of '**'" occurs when a unary operator (One of typeof, void, delete, await, !, ~, +, -) is used on the left operand of the expOnentiation operator without parentheses....occurs when a unary operator (one of typeof , void , delete , await...