top | item 5867647

(no title)

shinuza | 12 years ago

If

  var a = [1, 2, 3]
  a == a
Returned false, it would by screwy. In this case the == operator behaves like the `is` operator in Python when comparing lists.

discuss

order

No comments yet.