tutorial.eyehunts.com
JavaScript for of vs forEach | Difference
With the other two constructs, forEach() and for/of, you get access to the array element itself. With forEach() you can access the array ...
Rohit