Login
Remember
Register
Ask a Question
what is the memory size of a weakmap object?
0
votes
asked
Feb 20, 2024
in
JavaScript
by
DavidAnderson
what is the memory size of a weakmap object?
javascript-interview-questions-answers
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Feb 20, 2024
by
DavidAnderson
The size of 2 pointers + whatever overhead the JS engine add
...