{"ScriptPreparationCode":"var testString = \u0027abcdefghijklmnopqrstuvwxyz\u0027;","TestCases":[{"Name":"char of","Code":"for (char of testString) console.log(char);","IsDeferred":false},{"Name":"indexed charAt","Code":"for (i = 0; i \u003C testString.length; i\u002B\u002B) console.log(testString.charAt(i));","IsDeferred":false}]}