Home > Software design >  I'm getting a "ReferenceError: invalid assignment left-hand side" error for this code
I'm getting a "ReferenceError: invalid assignment left-hand side" error for this code

Time:11-03

Broken Code

New to this, still early learning phase.

Just cannot see what is causing the error in the second line?

Any help would be much appreciated.

CodePudding user response:

replace

"=<" with "<=" 

:)

  • Related