Quick Tip — Increment(++) and Decrement ( — )operators
Understanding POST and PRE increment operators
I was recently helping someone on a project and there was an issue with the incorrect item in an array being accessed. It all came down to using the increment ++…