Does not consider the increment arithmetic operator
-
In a line of JavaScript such as the following:
var x = "The number is " + ++n;
WP Minify makes the line of code like this, rendering an error:
`var x=”The number is”+++n;
- The topic ‘Does not consider the increment arithmetic operator’ is closed to new replies.