5 lines
83 B

console.log( 1 );
for ( const i of whatever ) {
// do nothing
}
console.log( 2 );