0
Why do you guys not accept let variablename?
I learned at school that defining variables with let is good programming practice. You don't need global variables everywhere.
2 Answers
+ 2
Peter Bezak What you mean with "you guy dont accept let variable name"?
+ 1
It is indeed good practice. Also, it does work here:
https://code.sololearn.com/WXRSOFKT0k2s/#js