Skip to content

Commit

Permalink
Clarify i++ notation (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
karimatthews authored and ButenkoT committed Jul 21, 2017
1 parent d979066 commit dd184a2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions js/level2.js
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,8 @@
We can use a 'for loop' to iterate through our array and get each value
from it.
Note: i++ is another way of writing i = i+1.
Example:
var animals = ['cats', 'dogs', 'horses'];
Expand Down

0 comments on commit dd184a2

Please sign in to comment.