JavaScript『Map()』

・スマホ向けフリック入力タイピングはこちら
※アプリのインストールが必要です。
・PC向けタイピングはこちら
タブレット+BlueToothキーボードのプレイもこちらがオススメです!
Webアプリでプレイ
投稿者投稿者marineいいね4お気に入り登録1
プレイ回数1099難易度(4.5) 680打 英語
JavaScript 暗記用です
順位 名前 スコア 称号 打鍵/秒 正誤率 時間(秒) 打鍵数 ミス 問題 日付
1 ZITO 2723 すごいね! 2.7 99.2% 247.8 680 5 16 2024/04/21
2 はっぴー 1838 頑張ったね! 1.9 95.6% 353.1 680 31 16 2024/05/08

関連タイピング

問題文

ふりがな非表示 ふりがな表示

(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(let value of map2.values()) {console.log(value);})

for(let 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(let[key,value]of map2) {console.log(map2,value);})

for(let[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のタイピング

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

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

人気ランキング

注目キーワード