Files
2025-02-05 04:43:28 +00:00

8 lines
198 B
HTML

<html>
<body>
Replaces a for-each loop which
iterates over a collection or array with an equivalent <code>for</code> loop that uses an index to
iterate over the collection or array.
</body>
</html>