Yep. Me too a big fan of Foreach loop. PHP, Python and JS, the most helpful one, and the one which aligns best to the use case is foreach.
Best part is foreach loops makes the code more readable and logical.
arr.forEach() looks more logical than for(i=0; i<arr.length;i++)