July 1998
Intermediate to advanced
1456 pages
65h 5m
English
void — NN 3 IE J2 ECMA 1
The void operator. This unary operator evaluates
the expression to its right but returns a value of undefined, even if
the expression (such as a function call) evaluates to some value.
This operator is commonly used with javascript:
pseudo-URLs that invoke functions. If the function returns a value,
that value is ignored by the calling expression.
<A HREF="javascript: void getSound()" >...</A>
Read now
Unlock full access