Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 228 Bytes

File metadata and controls

3 lines (2 loc) · 228 Bytes

mutable-vs-immutable

Do you know the difference between passing a variable by value and passing it by reference? Test your understanding of mutable vs immutable variables by going over this code and answering the questions.