Explain the difference between passing an argument as a reference vs. passing an argument as a value.
Anonymous
When passing an argument as a reference, any changes to that variable will be kept when leaving scope of the function you are passing the reference argument to. When passing by value, any changes to the variable will be lost when leaving scope.
Check out your Company Bowl for anonymous work chats.