iterate on string js code example Example: javascript loop through string for (var i = 0; i < str.length; i++) { console.log(str.charAt(i)); }