PhpStorm
 
Get PhpStorm
You are viewing the documentation for an earlier version of PhpStorm.

Code Inspection: Indexed 'for' is used instead of 'for..of'

Last modified: 21 March 2023

Reports an indexed for loop used on an array. Suggests replacing it with a for..of loop.

for..of loops are introduced in ECMAScript 6 and iterate over iterable objects.