javascript html dom
順位 | 名前 | スコア | 称号 | 打鍵/秒 | 正誤率 | 時間(秒) | 打鍵数 | ミス | 問題 | 日付 |
---|---|---|---|---|---|---|---|---|---|---|
1 | ku | 5000 | B+ | 5.1 | 97.6% | 55.6 | 285 | 7 | 9 | 2024/12/21 |
関連タイピング
-
プレイ回数33万1071打
-
プレイ回数3009英語長文841打
-
プレイ回数1310英語長文687打
-
プレイ回数2440英語長文504打
-
プレイ回数6537英語546打
-
プレイ回数2759英語54打
-
プレイ回数2879英語長文721打
-
プレイ回数1837短文英字429打
問題文
ふりがな非表示
ふりがな表示
(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);