Use array and iteratee. [ci skip]

This commit is contained in:
John-David Dalton
2016-04-28 22:08:28 -07:00
parent e9a08ba9a9
commit 6c6e1c2be3

View File

@@ -48,7 +48,7 @@ established in the code.
- **Naming**:<br> - **Naming**:<br>
Keep variable & method names concise & descriptive.<br> Keep variable & method names concise & descriptive.<br>
Variable names `index`, `collection`, & `callback` are preferable to Variable names `index`, `array`, & `iteratee` are preferable to
`i`, `arr`, & `fn`. `i`, `arr`, & `fn`.
- **Quotes**:<br> - **Quotes**:<br>