Baseline Widely available
keys()
㯠Set
ã¤ã³ã¿ã¼ãã§ã¤ã¹ã®ã¡ã½ããã§ã values()
ã¡ã½ããã®å¥åã§ãã
ãªãã
è¿å¤æ°ããå復å¯è½ãªã¤ãã¬ã¼ã¿ã¼ãªãã¸ã§ã¯ãã§ãã
ä¾ keys() ã®ä½¿ç¨keys()
ã¡ã½ãã㯠values()
ã¡ã½ããã¨ã¾ã£ããåãã§ãã
const mySet = new Set();
mySet.add("foo");
mySet.add("bar");
mySet.add("baz");
const setIter = mySet.keys();
console.log(setIter.next().value); // "foo"
console.log(setIter.next().value); // "bar"
console.log(setIter.next().value); // "baz"
仿§æ¸ ãã©ã¦ã¶ã¼ã®äºææ§ é¢é£æ
å ±
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4