en.javascript.info icon indicating copy to clipboard operation
en.javascript.info copied to clipboard

Update WeakMap and WeakSet: object reference is stored in array

Open d-Bharti001 opened this issue 9 months ago • 1 comments

Earlier sentence:

the object previously referenced by john is stored inside the array

But the object itself is not stored in the array. Its reference gets stored in the array.

Updated sentence:

the object previously referenced by john is still referenced by the first element in the array

d-Bharti001 avatar Apr 20 '25 13:04 d-Bharti001

CLA assistant check
All committers have signed the CLA.

CLAassistant avatar Apr 20 '25 13:04 CLAassistant