0
May 24, 2017, 8:45 am
@Russell I know, that it is a multiplication sign. But read the comments. There also the multiplication sign is used instead of an equals sign. Also try executing var x * 3; You will get an error "Uncaught SyntaxError: Unexpected token *"
0
May 24, 2017, 1:39 am
@mart, that's a multiplication sign. So x didn't get initialized, just multiplied by something with the result not stored. Since x is uninitialized it's 0.
0
Please Signin or Signup to add a comment