残り時間
180.0s
スニペット時間
0.0s
ミスタイプ数
0回
入力文字数
0
function bootKeySyntax(user) {
const env = {
language: pick(['JavaScript', 'TypeScript', 'Python']),
mode: 'practice',
level: 'beginner'
};
return createSession(user, env);
}
const user = { name: 'You', xp: 0 };
const session = bootKeySyntax(user);