What happens when you change an argument inside a #JavaScript function?
In this JavaScript tutorial video, I'm going to walk you through how JavaScript passes arguments to functions and explore what happens when you change them. We'll take a look at the way different data types in JavaScript are changed when used as function arguments and whether or not this affects the original value that is passed in from outside the function.