This video teaches you how the difference between pass by value vs pass by reference.
If you want the value to change later in your program, then use pass by reference.
If you DO NOT want the value to change in your program, then use pass by value.