en.javascript.info
en.javascript.info copied to clipboard
Array methods: Changed task 3 and 11 solutions code
While solving the tasks I found different solutions than the one showed on the website.
I think they could be better suited for the purpose, as they perform the same tasks by using array methods teached previously instead of for loops.