prettier/tests/unary_expression/urnary_expression.js

7 lines
49 B
JavaScript

!!x
x++
x--;
-+1;
x + + + + 1;
x + (+ (+ (+ 1)))