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 | mh | 2494 | 頑張ったね! | 2.5 | 96.4% | 229.3 | 594 | 22 | 36 | 2026/02/03 |
関連タイピング
-
全記号数字タイピング練習(108文字×100問,2分間ランダム)
プレイ回数9168 英語長文120秒 -
自分練習用、英語長文
プレイ回数2713 英語長文1127打 -
メソッド名やクラス名をタイピングしよう
プレイ回数273 長文英字60秒 -
python 基本
プレイ回数675 英字120打 -
ホームポジションが自然と身につく!
プレイ回数1468 短文60秒 -
Linux+Bashコマンド。数字と記号を全て含んでいます。
プレイ回数9246 英語長文305打 -
htmlやcssのタイピングです。
プレイ回数7289 英語長文120秒 -
C言語を用いた記号・数字のタッチタイピング練習です。
プレイ回数2412 英語長文220打
問題文
ふりがな非表示
ふりがな表示
(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();