Rivera
0
総使用量
0
合計シェア
0
いいね数
0
合計保存
ボイスを使用

説明

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.