dcsmith926 06e406c68c use of ".map()" should be ".forEach()"
In "seed/challenges/json-apis-and-ajax.json", the use of ".map()" in the 5th and 6th challenges doesn't make sense -- we're not creating a new array by modifying each element of the response, and in challenge 4, the learner was told to use ".forEach()". Seeing ".map()" instead for no apparent reason would likely be a source of confusion.
2015-11-25 18:38:19 -05:00
2015-08-27 16:37:01 -07:00
Description
Languages
TypeScript 77.3%
JavaScript 17.8%
CSS 4.6%
Dockerfile 0.2%