![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.javascript archiveRe: 'in' operator and feature detection technique...
From: VK <schools_ring@yahoo.com>
Date: Fri Feb 10 2006 - 13:02:32 CET
Luke Matuszewski wrote:
There are:
for (...in...) {...} Statement
in Operator // if ('something' in something)
for (...in...) *statement* is supported "since forever". It means that
in *operator* has been introduced in JScript 5.0 / JavaScript 1.5
While preparing the documentation for JScript 5.6, a typo had been made
Switch the versions and you will get the right picture.
Unfortunately this typo was reproduced in a number of places as I can
|