My work is based on JSLint. I saw that JSLint is able to handle +++
and ---
operator. I searched these operator on Internet but found nothing.
What do these two operators mean in JavaScript?
There is no such operator. +++
is parsed as ++ +
. Writing code with this in it is usually a bad idea.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With