Skip to content

Latest commit

 

History

History
executable file
·
3 lines (2 loc) · 228 Bytes

README.md

File metadata and controls

executable file
·
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.