Lesson 27: Mastering JavaScript Object references and copying with challenges!
JavaScript stores primitive values (string, number, boolean, null, undefined, symbol, bigint) as actual values. But when you work with objects (including arrays and functions), JavaScript stores references to memory addresses, not the object itself.
...
javascript-day-1.hashnode.dev5 min read