JavaScript『Map()』

背景
投稿者投稿者marineいいね5お気に入り登録1
プレイ回数1476難易度(4.5) 684打 英語
JavaScript 暗記用です
順位 名前 スコア 称号 打鍵/秒 正誤率 時間(秒) 打鍵数 ミス 問題 日付
1 あいかわようた 4234 スペシャリスト! 4.4 96.3% 155.4 684 26 16 2026/01/12
2 mh 3073 すごいね! 3.1 98.1% 218.3 684 13 16 2025/12/29
3 mikaroko 2241 頑張ったね! 2.2 97.8% 298.4 684 15 16 2025/12/12

関連タイピング

問題文

ふりがな非表示 ふりがな表示
(const map1=new Map();) const map1=new Map(); (map1.set('width',100); map1.set('height',50);) map1.set('width',100); map1.set('height',50); (map1.get('width'); map1.get('height');) map1.get('width'); map1.get('height'); (map1.size;) map1.size; (map1.delete('width');) map1.delete('width'); (map1.has('width');) map1.has('width'); (map1.clear();) map1.clear(); (const map2=new Map([['width',100],['height',50]]);) const map2=new Map([['width',100],['height',50]]); (for(const value of map2.values()) {console.log(value);}) for(const value of map2.values()) {console.log(value);} (for(let key of map2.keys()) {console.log(key,map2.get(key));}) for(let key of map2.keys()) {console.log(key,map2.get(key));}
(for(let[key,value]of map2.entries()) {console.log(key,value);}) for(let[key,value]of map2.entries()) {console.log(key,value);} (for(const[key,value]of map2) {console.log(map2,value);}) for(const[key,value]of map2) {console.log(map2,value);} (map2.forEach(value=>{console.log(value);});) map2.forEach(value=>{console.log(value);}); (map2.forEach((value,key)=>{console.log(key,value);});) map2.forEach((value,key)=>{console.log(key,value);}); (map2.forEach((value,key,map)=> {console.log(map);});) map2.forEach((value,key,map)=> {console.log(map);}); (map2.forEach(function(value,key){this.set(key,value*2); console.log(key,this.get(key));},map2);) map2.forEach(function(value,key){this.set(key,value*2); console.log(key,this.get(key));},map2);

marineのタイピング

オススメの新着タイピング

タイピング練習講座 ローマ字入力表 アプリケーションの使い方 よくある質問

人気ランキング

注目キーワード