design 5
This commit is contained in:
@@ -212,6 +212,9 @@ function design4(input) {
|
|||||||
}
|
}
|
||||||
var charIterateState;
|
var charIterateState;
|
||||||
function charIterate(input) {
|
function charIterate(input) {
|
||||||
|
if (charIterateState == undefined) {
|
||||||
|
charIterateState = 0;
|
||||||
|
}
|
||||||
if (charIterateState < input.length) {
|
if (charIterateState < input.length) {
|
||||||
charIterateState++;
|
charIterateState++;
|
||||||
} else {
|
} else {
|
||||||
|
Reference in New Issue
Block a user