JavaScript『DOM』
| 順位 | 名前 | スコア | 称号 | 打鍵/秒 | 正誤率 | 時間(秒) | 打鍵数 | ミス | 問題 | 日付 |
|---|---|---|---|---|---|---|---|---|---|---|
| 1 | qqq | 3070 | すごいね! | 3.1 | 98.3% | 269.3 | 841 | 14 | 23 | 2025/10/05 |
| 2 | mh | 2069 | 頑張ったね! | 2.1 | 95.6% | 388.1 | 841 | 38 | 23 | 2025/10/27 |
| 3 | mikaroko | 1944 | 頑張ったね! | 1.9 | 98.0% | 423.8 | 841 | 17 | 23 | 2025/09/04 |
| 4 | pino | 1800 | 頑張ったね! | 2.0 | 90.7% | 419.3 | 841 | 86 | 23 | 2025/09/26 |
関連タイピング
-
タッチタイピングを本当にマスターしたい方向けの問題です。
プレイ回数8517長文英字366打 -
ITエンジニアならみんな知ってる?!解説付きタイピング!
プレイ回数497短文60秒 -
タッチタイピングをマスターしたい方向けの問題です。
プレイ回数9123長文英字411打 -
競技プログラミングに特化したc++コードのタイピングです。
プレイ回数2520英語長文300秒 -
ホームポジションが自然と身につく!
プレイ回数369短文60秒 -
キーボードにある記号全て使います!!
プレイ回数3106英語60秒 -
タイピングをマスターしたい方向けの問題です。
プレイ回数8227長文英字326打 -
全記号数字タイピング練習(108文字×100問,2分間ランダム)
プレイ回数7967英語長文120秒
問題文
(document.getElementById('id');)
document.getElementById('id');
(document.getElementsByTagName('h1');)
document.getElementsByTagName('h1');
(document.getElementsByName('name');)
document.getElementsByName('name');
(document.getElementsByClassName('class');)
document.getElementsByClassName('class');
(document.querySelector('#id');)
document.querySelector('#id');
(document.querySelectorAll('.class');)
document.querySelectorAll('.class');
(li_all=ul.childNodes;)
li_all=ul.childNodes;
(li_0=ul.childNodes[0];)
li_0=ul.childNodes[0];
(ul=li.parentNode;)
ul=li.parentNode;
(li_0=ul.firstChild;)
li_0=ul.firstChild;
(li_last=ul.lastChild;)
li_last=ul.lastChild;
(li_first=second.previousSibling;)
li_first=second.previousSibling;
(third=second.nextSibling;)
third=second.nextSibling;
(document.createElement('ul');)
document.createElement('ul');
(ul.appendChild('li');)
ul.appendChild('li');
(document.createElement('div');)
document.createElement('div');
(const h2=document.getElementsByTagName('h2'); h2[0].innerText='';)
const h2=document.getElementsByTagName('h2'); h2[0].innerText='';
(h2[0].innerHTML='<i>MENU</i>';)
h2[0].innerHTML='<i>MENU</i>';
(h2[1].setAttribute('align','center');)
h2[1].setAttribute('align','center');
(const div1=document.getElementById('div0'); div0.insertAdjacentHTML('beforebegin','<div>div0</div>');)
const div1=document.getElementById('div0'); div0.insertAdjacentHTML('beforebegin','<div>div0</div>');
(div1.insertAdjacentHTML('afterbegin','<div>div2</div>');)
div1.insertAdjacentHTML('afterbegin','<div>div2</div>');
(div1.insertAdjacentHTML('beforeend','<div>div3</div>');)
div1.insertAdjacentHTML('beforeend','<div>div3</div>');
(div1.insertAdjacentHTML('afterend','<div>div4</div>');)
div1.insertAdjacentHTML('afterend','<div>div4</div>');