CourseLearn Programming Using Scratch & Javascript
AboutLessonsComments

Breaking and Ignoring Iteration

Sometimes, we may need to stop the iteration in the middle, and some other times, we may need to ignore a particular iteration step. In this lesson, we'll learn how to do it. Then we'll have a look at the other alternative approaches for solving this logic.