Closed tthuma1 closed 6 years ago
When assigning a variable with var x = 1 the code doesn't recognize the '=', so you can write var x djncjd 1 and still achieve the same thing.
var x = 1
var x djncjd 1
When assigning a variable with
var x = 1
the code doesn't recognize the '=', so you can writevar x djncjd 1
and still achieve the same thing.