Why avoid increment (“++”) and decrement (“–“) operators in JavaScript?

One of the tips for jslint tool is: ++ and — The ++ (increment) and — (decrement) operators have been known to contribute to bad code by encouraging excessive trickiness. They are second only to faulty architecture in enabling to viruses and other security menaces. There is a plusplus option that prohibits the use of … Read more