ga-wdi-boston / js-array-iteration-methods

JavaScript Array methods
Other
1 stars 160 forks source link

Avoid one letter variable names #20

Closed raq929 closed 7 years ago

raq929 commented 7 years ago

As experienced developers, we remember easily what e, a, and i stand for. I think for beginners, it would be nice to name them explicitly: element or currentValue, array and index.