|
|
|
|
|
by angusC
5723 days ago
|
|
Hi Swizec - maybe the article could have been clearer - the real point was this: now that our standard iteration pattern has made obsolete by higher order functions (forEach, filter, map etc. - which are available natively as well as github :-)) lets see if we can re-purpose it for fun and learning. It wasn't supposed to be taken too seriously. BTW for-loops are not exactly the same in C, because JavaScript has no block scope. |
|
Just fell like it's important to state that one shouldn't use "fun and learning" techniques in a production environment.