Javascript Decrement Operator | Pre and Post Decrement
Javascript Decrement Operator In this article, we will see what is javascript decrement operator. The double minus sign (''--") indicates the decrement operator. It allows us to decrement the current…