js i want to increment a number by 2 then 3 until a certian point code example
Example: javascript how to increment by other than one in for loop
for (var i = 0; i < myVar.length; i += 3) {
for (var i = 0; i < myVar.length; i += 3) {