We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91de4a6 commit e916211Copy full SHA for e916211
weakmaps.js
@@ -19,4 +19,4 @@ w.set(z, "xyz"); // error - key needs to be an object
19
w.get(x); // bar
20
w.get(y); // 123
21
22
-w.has(x); // trues
+w.has(x); // true
0 commit comments