30daysofnode
30daysofnode copied to clipboard
Update find.js: the code was using the filter method instead
Simply changed the method called upon the array from "filter" to "find".