for (const i of iterable) { ; } /**************************************************/ for(const i of iterable); /**************************************************/ for ( const i of iterable ) { ; }