説明
N/A
en
サンプル
1
Default Sample
Okay, so your function needs fixing here. You've got player.level++ but didn't initialize it first. Let's check the console.log output. See those undefined errors? We should declare let playerLevel = 1 at the start.
N/A