Login
Remember
Register
Ask a Question
for a weakmap w1, which of the following is valid
0
votes
asked
Feb 24, 2024
in
HTML
by
DavidAnderson
for a weakmap w1, which of the following is valid
html5-interview-questions-answers
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Feb 24, 2024
by
DavidAnderson
1. W1.set({},100)
2. W1.set(w1,100)
3. W1.set(Symbol(),100)
...