CourseLearn Programming Using Scratch & Javascript
AboutLessonsComments

Single Responsibility Principle

In this lesson, we are going to learn one of the most important principles in programming, Single Responsibility Principle. We'll be revisiting the functions that we wrote in the last lesson and update them to return a value instead of printing the calculated result.