JavaScript『関数』

順位 | 名前 | スコア | 称号 | 打鍵/秒 | 正誤率 | 時間(秒) | 打鍵数 | ミス | 問題 | 日付 |
---|---|---|---|---|---|---|---|---|---|---|
1 | ku | 5238 | エキスパート! | 5.2 | 99.5% | 134.4 | 707 | 3 | 13 | 2025/03/16 |
2 | 名も無きタイパー | 4307 | スペシャリスト! | 4.4 | 97.2% | 159.5 | 707 | 20 | 13 | 2025/03/29 |
関連タイピング
-
Javaプログラミングにおける超入門タイピング練習です.
プレイ回数3876短文英字90秒 -
タッチタイピングを本当にマスターしたい方向けの問題です。
プレイ回数9773英字344打 -
プログラミングを学びたい方は是非!2013/07/03公開
プレイ回数34万1071打 -
プログラミングで良く使う英単語、構文のタイピングです!
プレイ回数2459短文英字429打 -
タイピングをマスターしたい方向けの問題です。
プレイ回数7433長文英字326打 -
失敗しました。
プレイ回数232英語短文30秒 -
全記号数字タイピング練習(108文字×100問,2分間ランダム)
プレイ回数5825英語長文120秒 -
あなたのPythonエンジニアレベルを測定します。
プレイ回数3815英語618打
問題文
(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雛形