JavaScript『ウィンドウ』
JavaScript 暗記用です
★情報元のサイト様★
「とほほのWWW入門」http://www.tohoho-web.com/www.htm
「MDN」https://developer.mozilla.org/ja/docs/Web/JavaScript
「とほほのWWW入門」http://www.tohoho-web.com/www.htm
「MDN」https://developer.mozilla.org/ja/docs/Web/JavaScript
| 順位 | 名前 | スコア | 称号 | 打鍵/秒 | 正誤率 | 時間(秒) | 打鍵数 | ミス | 問題 | 日付 |
|---|---|---|---|---|---|---|---|---|---|---|
| 1 | よっぴ | 2955 | すごいね! | 3.0 | 97.3% | 195.6 | 594 | 16 | 36 | 2026/03/04 |
| 2 | mh | 2651 | すごいね! | 2.7 | 97.3% | 218.0 | 594 | 16 | 36 | 2026/03/04 |
| 3 | よっぴ | 2586 | すごいね! | 2.6 | 97.2% | 223.1 | 594 | 17 | 36 | 2026/02/22 |
関連タイピング
-
競技プログラミングに特化したc++コードのタイピングです。
プレイ回数3090 英語長文300秒 -
全記号数字タイピング練習(108文字×100問,2分間ランダム)
プレイ回数9510 英語長文120秒 -
CSSの暗記用です
プレイ回数638 英語長文599打 -
プログラミングを効率的に!
プレイ回数1088 英語短文541打 -
プレイ回数720 英語短文159打
-
プログラミングタイピング
プレイ回数1286 英字60秒 -
コマンドラインやプログラミング言語のタイピング練習用
プレイ回数2560 英語長文90秒 -
はじプロのノードンを打ち切れ!
プレイ回数99 1575打
問題文
ふりがな非表示
ふりがな表示
(window;)
window;
(self;)
self;
(opener;)
opener;
(length;)
length;
(confirm('OK?');)
confirm('OK?');
(prompt('Tell me','name');)
prompt('Tell me','name');
(focus();)
focus();
(blur();)
blur();
(scrollTo(100,500);)
scrollTo(100,500);
(scrollBy(-100,-500);)
scrollBy(-100,-500);
(stop();)
stop();
(print();)
print();
(name;)
name;
(innerHeight;)
innerHeight;
(innerWidth;)
innerWidth;
(outerHeight;)
outerHeight;
(outerWidth;)
outerWidth;
(pageXOffset;)
pageXOffset;
(pageYOffset;)
pageYOffset;
(addEventListener('load',function(){alert("Hello");});)
addEventListener('load',function(){alert("Hello");});
など
(removeEventListener(type,listener);)
removeEventListener(type,listener);
(setTimeout("alert('5seconds')",5000);)
setTimeout("alert('5seconds')",5000);
(clearTimeout();)
clearTimeout();
(setInterval('console.log("3seconds")',3000);)
setInterval('console.log("3seconds")',3000);
(clearInterval(intervalID);)
clearInterval(intervalID);
(open('new.html','new','width=300,height=300');)
open('new.html','new','width=300,height=300');
(window.close();)
window.close();
(closed;)
closed;
(localStorage;)
localStorage;
(location;)
location;
(document;)
document;
(history;)
history;
(navigator;)
navigator;
(find('HTML',true);)
find('HTML',true);
(frames.length;)
frames.length;
(getSelection().toString();)
getSelection().toString();