Let’s Talk About Parameters, Arguments and Variables!
--
So, you are a bit confused about the difference between parameters and arguments and when variables are thrown in the mix your brain explodes a bit. That’s ok, the concept is bit tricky to understand for a code newbie. Hopefully we can break it down and you can leave feeling like a champ!
Let’s start with parameters. When we write functions, we set up our functions with…