JavaScript『関数』
順位 | 名前 | スコア | 称号 | 打鍵/秒 | 正誤率 | 時間(秒) | 打鍵数 | ミス | 問題 | 日付 |
---|---|---|---|---|---|---|---|---|---|---|
1 | ku | 5113 | エキスパート! | 5.1 | 98.6% | 136.3 | 707 | 10 | 13 | 2024/09/22 |
2 | ku | 4908 | エキスパート! | 4.9 | 98.4% | 141.8 | 707 | 11 | 13 | 2024/10/10 |
3 | カレーパン狂 | 2769 | すごいね! | 2.8 | 96.7% | 246.6 | 707 | 24 | 13 | 2024/09/23 |
4 | ZITO | 2364 | 頑張ったね! | 2.3 | 99.1% | 296.5 | 707 | 6 | 13 | 2024/09/29 |
5 | pino | 1961 | 頑張ったね! | 2.0 | 94.8% | 341.0 | 707 | 38 | 13 | 2024/09/13 |
関連タイピング
-
プレイ回数414英語長文220打
-
プレイ回数4164英語長文300秒
-
プレイ回数5923英語長文120秒
-
プレイ回数61541247打
-
プレイ回数574英語長文300秒
-
プレイ回数1543短文英字429打
-
プレイ回数474英字615打
-
プレイ回数4308英語長文120秒
問題文
(function info(){console.log('Hi!')}; info();)
function info(){console.log('Hi!')}; info();
(const add=function(a,b){return a+b;}; add(4,5);)
const add=function(a,b){return a+b;}; add(4,5);
(const arrow=()=>{};)
const arrow=()=>{};
(const multiply=x=>x*10; multiply(10);)
const multiply=x=>x*10; multiply(10);
(function add(a,b){function square(x){return x*x;} return square(a)+square(b);};add(10,20);)
function add(a,b){function square(x){return x*x;} return square(a)+square(b);};add(10,20);
(function loop(x){if(x<=0)return;loop(x-1); console.log(x);};loop(5);)
function loop(x){if(x<=0)return;loop(x-1); console.log(x);};loop(5);
(function foo(n){if(n<=1){return 1;} return (n*foo(n-1));}console.log(foo(4));)
function foo(n){if(n<=1){return 1;} return (n*foo(n-1));}console.log(foo(4));
(const loop=x=>{if(x>=10)return; loop(x+1);console.log(x);};loop(5);)
const loop=x=>{if(x>=10)return; loop(x+1);console.log(x);};loop(5);
(const cbf=function(){alert('callback function');}; setTimeout(cbf,1000);)
const cbf=function(){alert('callback function');}; setTimeout(cbf,1000);
(const calculation=function(a=5){return a*a;}; calculation();)
const calculation=function(a=5){return a*a;}; calculation();
(function foo(x,y){return(x+y);} console.log(foo.length);)
function foo(x,y){return(x+y);} console.log(foo.length);
(function foo(...x){console.log(x);} foo(1,2,3,4);)
function foo(...x){console.log(x);} foo(1,2,3,4);
((function(n){return(n*n);}(10));)
(function(n){return(n*n);}(10));
CSSタイピング
- ◊数字タイピング
- ◊英字・数字・記号ランダム(全100問、2分)
- ◊JavaScript『関数』
- ◊HTML&CSS
- ◊CSS MyTiping
- ◊html雛形