var myName = "ArBangSG"; var y;  for ( y of myName) { console.log(y); }  A r B a n g S G