(no title)
HNatWORK | 14 years ago
Firefox and IE show the "current" source, which is liable to be replaced as shown by dave1010uk.
Type the following into the Chrome Dev Tools console, then the Firebug console:
testBool = true;
document.write('');
typeof testBool;
Chrome shows boolean, firefox shows undefined.
JoachimSchipper|14 years ago
cmelbye|14 years ago
knotty66|14 years ago
sesqu|14 years ago
nightpool|14 years ago
Tsagadai|14 years ago