javascript html dom
順位 | 名前 | スコア | 称号 | 打鍵/秒 | 正誤率 | 時間(秒) | 打鍵数 | ミス | 問題 | 日付 |
---|---|---|---|---|---|---|---|---|---|---|
1 | ku | 5000 | B+ | 5.1 | 97.6% | 55.6 | 285 | 7 | 9 | 2024/12/21 |
2 | ku | 4930 | B | 4.9 | 100% | 57.8 | 285 | 0 | 9 | 2024/11/19 |
3 | もりモリ | 1791 | F | 1.9 | 91.3% | 144.0 | 285 | 27 | 9 | 2024/11/14 |
関連タイピング
-
プレイ回数33万1071打
-
プレイ回数6016英語長文120秒
-
プレイ回数3074英語長文707打
-
プレイ回数338英語長文258打
-
プレイ回数7430秒
-
プレイ回数2566英語長文594打
-
プレイ回数1万英字739打
-
プレイ回数1777英語長文1567打
問題文
ふりがな非表示
ふりがな表示
(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);