j
k
j a
j l
However, the fact that (0 / 0) == (0 / 0) yields False is quite shocking.
Just for the record: the following is from Firebug (JavaScript debugger for Firefox) session:
......a = 0/0 NaN a == a false a === a false
...a = 0/0 NaN a == a false a === a false
a = 0/0 NaN a == a false a === a false
Back to the thread
Back to the list