Understanding increment operators in JS — Recently, I’ve realized that I get easily confused when it comes to increments. So I decided to clarify them for myself once and for all. Also, because nothing helps understanding a concept better than explaining it, I wrote this post. The increment operator is represented with two plus symbols ++…