CourseLearn Programming Using Scratch & Javascript
AboutLessonsComments

Assignment Operators & Constant

While working with variables, sometimes we may need to change its value after declaration using assignment operators. In this lesson, we'll learn how to do it. We'll also be learning how to prevent changes to a variable using constant.