Microsoft® JScript Logical Operators Behavior |
| Language Reference |
|
The following table describes the behavior of Microsoft JScript logical operators. The columns and rows represent the different types of expressions possible on either side of an logical operator in JScript, and the entries in the table describe the behavior.
This table applies to the following logical operators:
An E in the table indicates a run-time error and a B indicates a Boolean result.
obj | as | ns | num | bool | undef | null | |
---|---|---|---|---|---|---|---|
obj | B | E | B | B | B | E | E |
as | E | E | E | E | E | E | E |
ns | B | E | B | B | B | E | E |
num | B | E | B | B | B | E | E |
bool | B | E | B | B | B | E | E |
undef | E | E | E | E | E | E | E |
null | E | E | E | E | E | E | E |
obj = object, as = alphanumeric string, ns = numeric string, num = number, bool = Boolean, undef = undefined, null = null value.
© 1996 by Microsoft Corporation.
file: /Techref/language/asp/js/67.htm, 3KB, , updated: 1996/11/22 10:12, local time: 2024/11/18 00:19,
18.188.28.135:LOG IN
|
©2024 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions? <A HREF="http://massmind.org/techref/language/asp/js/67.htm"> Microsoft® JScript Language Reference</A> |
Did you find what you needed? |
Welcome to massmind.org! |
Welcome to massmind.org! |
.