We can also add 1 to counter variables with a shortcut. All we have to do is add ++ after i and it will automatically add 1.

Great! By simply writing i++, the i variable has its value increased by 1.