+ 1
Can sombody help me with my code
https://code.sololearn.com/WeSlD2ia2Ggt/#js I have no Idea what I did it wrong I was doing good and then it said "Destructuring declarations must have an initializer Line: 101". Can somebody explain to me what I did wrong?
1 Respuesta
+ 6
Made a couple updates:
line 49 removed extra )
line 52 added missing ( )
line 70 removed extra }
https://code.sololearn.com/Wkx8gWEs5LYI
my code lines 59, 62, and 80.