JavaScript『関数』

背景
投稿者投稿者marineいいね7お気に入り登録2
プレイ回数3006難易度(4.5) 707打 英語
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

関連タイピング

問題文

ふりがな非表示 ふりがな表示

(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タイピング

marineのタイピング

オススメの新着タイピング

タイピング練習講座 ローマ字入力表 アプリケーションの使い方 よくある質問

人気ランキング

注目キーワード