Reactタイピング
| 順位 | 名前 | スコア | 称号 | 打鍵/秒 | 正誤率 | 時間(秒) | 打鍵数 | ミス | 問題 | 日付 |
|---|---|---|---|---|---|---|---|---|---|---|
| 1 | kuma3 | 2674 | E | 2.7 | 96.2% | 146.2 | 407 | 16 | 10 | 2026/08/13 |
関連タイピング
-
タッチタイピングを本当にマスターしたい方向けの問題です。
プレイ回数8981 長文英字366打 -
タイピングをマスターしたい方向けの問題です。
プレイ回数4.8万 302打 -
タイピングをマスターしたい方向けの問題です。
プレイ回数8729 長文英字326打 -
タイピングをマスターしたい方向けの問題です。
プレイ回数9504 英字242打 -
プレイ回数2.2万 英語1055打
-
プログラミングの魅力についての長文です。
プレイ回数411 長文1119打 -
タイピングをマスターしたい方向けの問題です。
プレイ回数1.2万 英字232打 -
英数と記号を混ぜた文章です
プレイ回数2269 英語長文1468打
問題文
ふりがな非表示
ふりがな表示
(import react from 'react';)
import react from 'react';
(export default module;)
export default module;
(export const component = (props) =>{return (<h1>Hello World!</h1>)};)
export const component = (props) =>{return (<h1>Hello World!</h1>)};
(const [state,setState]=useState(initialState);)
const [state,setState]=useState(initialState);
(useEffect(()=>{},[]);)
useEffect(()=>{},[]);
(export default function(props){return (<div>hello</div>)};)
export default function(props){return (<div>hello</div>)};
(const router = useRouter();)
const router = useRouter();
(export const getStaticProps = async () => {};)
export const getStaticProps = async () => {};
(const handleChange = useCallback((e)=>{setState(e.target.value)},[]);)
const handleChange = useCallback((e)=>{setState(e.target.value)},[]);
(onChange,onClick,onSubmit)
onChange,onClick,onSubmit
