javascript html dom
順位 | 名前 | スコア | 称号 | 打鍵/秒 | 正誤率 | 時間(秒) | 打鍵数 | ミス | 問題 | 日付 |
---|---|---|---|---|---|---|---|---|---|---|
1 | ku | 4930 | B | 4.9 | 100% | 57.8 | 285 | 0 | 9 | 2024/11/19 |
2 | もりモリ | 1791 | F | 1.9 | 91.3% | 144.0 | 285 | 27 | 9 | 2024/11/14 |
関連タイピング
-
プレイ回数33万1071打
-
プレイ回数1532短文英字429打
-
プレイ回数487英語60秒
-
プレイ回数254英語230打
-
プレイ回数5921英語長文120秒
-
プレイ回数9938長文1106打
-
プレイ回数16862打
-
プレイ回数316英語長文258打
問題文
ふりがな非表示
ふりがな表示
(const p=document.createElement("p");)
const p=document.createElement("p");
(const text=document.createTextNode("new text");)
const text=document.createTextNode("new text");
(p.appendChild(text);)
p.appendChild(text);
(const parent=document.getElementById("div1");)
const parent=document.getElementById("div1");
(parent.appendChild(p);)
parent.appendChild(p);
(const child=document.getElementById("p1");)
const child=document.getElementById("p1");
(parent.insertBefore(p,child);)
parent.insertBefore(p,child);
(child.remove();)
child.remove();
(parent.replaceChild(p,child);)
parent.replaceChild(p,child);