Performance-Analysis-JS
Performance-Analysis-JS copied to clipboard
Find should break when obj is found
The for loop - find test is significantly slower because it should break when the object is found, since it wants the first occurrence in the array