Referencing data with JavaScript
Last updated: December 11, 2024
This is in the works! Would you like to help flesh it out? Let's do it!
paragraph
Variable | Address | Value |
---|---|---|
name | 1001 | “valentine” |
paragraph
Variable | Address | Points To |
---|---|---|
person | 1002 | 2001 |
Address | Value |
---|---|
2001 | { name: “valentine” } |
2002 | “valentine” |