July 2008
Beginner
356 pages
6h 8m
English
var a; typeof a; var s = '1s'; s++; !!"false" !!undefined typeof -Infinity 10 % "0" undefined == null false === "" typeof "2E+2" a = 3e+3; a++;v after the following?>>> var v = v || 10;
Experiment by first setting v to 100, 0, null, or unset it (delete v).
Read now
Unlock full access