Pass by Reference

Understand the scope of pass by reference in detail.

We'll cover the following...

This lesson will unfold a very tiny but tricky concept that can bring a cascading effect to our code if not handled with care.

Passing a parameter to a function

...