let str=”suraj”; for(let i of str){     console.log(i); }