var str="abc"; for(let i of str){ console.log(i) // => a b c; }