JavaScript『ウィンドウ』

「とほほのWWW入門」http://www.tohoho-web.com/www.htm
「MDN」https://developer.mozilla.org/ja/docs/Web/JavaScript
順位 | 名前 | スコア | 称号 | 打鍵/秒 | 正誤率 | 時間(秒) | 打鍵数 | ミス | 問題 | 日付 |
---|---|---|---|---|---|---|---|---|---|---|
1 | ku | 4696 | エキスパート! | 4.7 | 99.0% | 125.2 | 594 | 6 | 36 | 2025/03/23 |
関連タイピング
-
Javaプログラミングにおける超入門タイピング練習です.
プレイ回数3877短文英字90秒 -
タッチタイピングを本当にマスターしたい方向けの問題です。
プレイ回数9779英字344打 -
プログラミングを学びたい方は是非!2013/07/03公開
プレイ回数34万1071打 -
プログラミングで良く使う英単語、構文のタイピングです!
プレイ回数2466短文英字429打 -
Vi ( Vim ) コマンド を習得しよう!
プレイ回数2714190打 -
タッチタイピングをマスターしたい方向けの問題です。
プレイ回数8281長文英字411打 -
Pythonプログラミングのタイピング超入門です。
プレイ回数2393短文90秒 -
全記号数字タイピング練習(108文字×100問,2分間ランダム)
プレイ回数5831英語長文120秒
問題文
(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();