Let's be friends

This is in the works! Would you like to help flesh it out? Let's do it!

paragraph

Stack (Primitive)
Variable Address Value
name 1001 “valentine”

paragraph

Stack
Variable Address Points To
person 1002 2001
Heap
Address Value
2001 { name: “valentine” }
2002 “valentine”
Let's be friends