確かめるなら
for(let i of hoge()){
}

function hoge(){
console.log('hoge')
return [1, 2, 3]
}

じゃない?