wayfair-archive / awesome-learning-exercises

Awesome Learning Exercises - the source code for the Awesome Learning platform.
https://wayfair.github.io/awesome-learning/
BSD 2-Clause "Simplified" License
15 stars 19 forks source link

[Additional Exercises] - Data Types - Objects #43

Closed RayOconnor closed 4 years ago

RayOconnor commented 4 years ago
The Data Types course touches on value assignment tangentially,
but does not explicitly demonstrate the difference between assign
by value and assign by reference.

This distinction helps to build an expert mental model when reasoning
about modifying state.