JavaScript『class{}』

・スマホ向けフリック入力タイピングはこちら
※アプリのインストールが必要です。
・PC向けタイピングはこちら
タブレット+BlueToothキーボードのプレイもこちらがオススメです!
Webアプリでプレイ
投稿者投稿者marineいいね6お気に入り登録2
プレイ回数1388難易度(4.5) 1124打 英語 英字
JavaScript 暗記用です
★情報元のサイト様★
「とほほのWWW入門」http://www.tohoho-web.com/www.htm
「MDN」https://developer.mozilla.org/ja/docs/Web/JavaScript
順位 名前 スコア 称号 打鍵/秒 正誤率 時間(秒) 打鍵数 ミス 問題 日付
1 ku 5068 エキスパート! 5.1 98.9% 219.4 1124 12 26 2024/05/10
2 ZITO 2648 すごいね! 2.6 99.4% 422.2 1124 6 26 2024/05/15
3 はっぴー 1928 頑張ったね! 2.0 94.5% 549.0 1124 65 26 2024/05/08

関連タイピング

問題文

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

(class Signal{})

class Signal{}

(class Signal{constructor(Color){this.color=Color;} info(){console.log(this.color);}})

class Signal{constructor(Color){this.color=Color;} info(){console.log(this.color);}}

(const stop=new Signal('red');)

const stop=new Signal('red');

(stop.color;)

stop.color;

(stop.info();)

stop.info();

(class Line {static send(){console.log('Hello!');}})

class Line {static send(){console.log('Hello!');}}

(Line.send();)

Line.send();

(class Akb {constructor(member){this.name=member;}})

class Akb {constructor(member){this.name=member;}}

(class Hkt extends Akb{})

class Hkt extends Akb{}

(const rino=new Hkt('Rino'); console.log(rino.name);)

const rino=new Hkt('Rino'); console.log(rino.name);

(class Square{constructor(value){this.length=value;} area(){return this.length**2;}})

class Square{constructor(value){this.length=value;} area(){return this.length**2;}}

(class Cube extends Square {volume(){return this.length**3;}})

class Cube extends Square {volume(){return this.length**3;}}

(const box=new Cube(10); console.log(box.area(),box.volume());)

const box=new Cube(10); console.log(box.area(),box.volume());

(class Signal {constructor(Color){this.color=Color;}})

class Signal {constructor(Color){this.color=Color;}}

(class Singo extends Signal {constructor(mean){super('blue');this.mean=mean;})

class Singo extends Signal {constructor(mean){super('blue');this.mean=mean;}

(info() {console.log(`${this.color} is ${this.mean}`);}})

info() {console.log(`${this.color} is ${this.mean}`);}}

(const blue=new Singo('Go'); blue.info();)

const blue=new Singo('Go'); blue.info();

(class Blog {info(){alert('updated');}})

class Blog {info(){alert('updated');}}

(class Fb extends Blog {info2(){super.info();}})

class Fb extends Blog {info2(){super.info();}}

(const fb=new Fb(); fb.info2();)

const fb=new Fb(); fb.info2();

など

(class Akb {constructor(member){this.name=member;})

class Akb {constructor(member){this.name=member;}

(info(){alert(`${this.name} was Akb`);}})

info(){alert(`${this.name} was Akb`);}}

(class Hkt extends Akb{})

class Hkt extends Akb{}

(const rino=new Hkt('Rino'); rino.info();)

const rino=new Hkt('Rino'); rino.info();

(const Akb= class{constructor(winner){this.center=winner;}})

const Akb= class{constructor(winner){this.center=winner;}}

(const atuko=new Akb('Atuko'); console.log(atuko.center);)

const atuko=new Akb('Atuko'); console.log(atuko.center);

問題文を全て表示 一部のみ表示 誤字・脱字等の報告

marineのタイピング

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

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

人気ランキング

注目キーワード