Reactタイピング

背景
投稿者投稿者ぽこまるいいね3お気に入り登録
プレイ回数756難易度(4.5) 120秒 英語 英字
Reactを頑張ろう
Reactのコーディングが早くなるタイピングです。
順位 名前 スコア 称号 打鍵/秒 正誤率 時間(秒) 打鍵数 ミス 問題 日付
1 ku 5383 B++ 5.4 98.6% 120.0 655 9 13 2024/08/24
2 ku 5275 B++ 5.3 99.3% 120.0 637 4 14 2024/10/30

関連タイピング

問題文

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

(const {username, address, favorite} = userInfo;)

const {username, address, favorite} = userInfo;

(const profile = {...userInfo, age};)

const profile = {...userInfo, age};

(const UserArea = (props) => {return <h1>Hello, {props.username}</h1>};)

const UserArea = (props) => {return <h1>Hello, {props.username}</h1>};

(const obj = {foo: 1, [keyName]: 2, baz: baz};)

const obj = {foo: 1, [keyName]: 2, baz: baz};

(console.log(obj);)

console.log(obj);

(const [n, m] = [1, 2];)

const [n, m] = [1, 2];

(const onj = {organization: 'unrect', age: 1}; const {organization, age} = onj;)

const onj = {organization: 'unrect', age: 1}; const {organization, age} = onj;

(const onj = {organization: 'unrect', age: 1}; const {organization: group, age} = onj;)

const onj = {organization: 'unrect', age: 1}; const {organization: group, age} = onj;

(const arr1 = [1, 2, 3]; const arr2 = [...arr1, 4, 5, 6];)

const arr1 = [1, 2, 3]; const arr2 = [...arr1, 4, 5, 6];

(const obj2 = JSON.parse(JSON.stringify(obj));)

const obj2 = JSON.parse(JSON.stringify(obj));

(const organaization = "" || "UnReact";)

const organaization = "" || "UnReact";

(const organaization = 'Uniqlo' && 'Softbank' && 'Toyota' && 'UnReact';)

const organaization = 'Uniqlo' && 'Softbank' && 'Toyota' && 'UnReact';

(const organaization = null ?? "UnReact";)

const organaization = null ?? "UnReact";

(const language = undefined ?? "React";)

const language = undefined ?? "React";

(console.log(n?.employee?.age);)

console.log(n?.employee?.age);

(fetch(url).then(res => res.json()))

fetch(url).then(res => res.json())