0 votes
in HTML by
for a weakmap w1, which of the following is valid

1 Answer

0 votes
by
1. W1.set({},100)

2. W1.set(w1,100)

3. W1.set(Symbol(),100)

Related questions

0 votes
asked Feb 18 in HTML by DavidAnderson
0 votes
asked Feb 16 in HTML by DavidAnderson
...