JavaScript『関数』

背景
投稿者投稿者marineいいね7お気に入り登録2
プレイ回数2645難易度(4.5) 707打 英語
JavaScript暗記用です。
順位 名前 スコア 称号 打鍵/秒 正誤率 時間(秒) 打鍵数 ミス 問題 日付
1 ku 4981 エキスパート! 5.0 97.7% 138.7 707 16 13 2024/02/18
2 ku 4662 エキスパート! 4.7 98.7% 149.7 707 9 13 2024/03/29
3 ZITO 2496 頑張ったね! 2.5 99.4% 281.6 707 4 13 2024/04/16
4 juniwao 1181 もう一歩! 1.4 84.2% 486.8 707 132 13 2024/04/09

関連タイピング

問題文

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

(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));

◆コメントを投稿

※誹謗中傷、公序良俗に反するコメント、個人情報の投稿、歌詞の投稿、出会い目的の投稿、無関係な宣伝行為は禁止です。削除対象となります。

※このゲームにコメントするにはログインが必要です。

※コメントは日本語で投稿してください。

marineのタイピング

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

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

人気ランキング

注目キーワード