May 2008
Intermediate to advanced
172 pages
4h 54m
English
In most C-like languages, void is a type. In
JavaScript, void is a prefix operator that always
returns undefined. JSLint does not expect to see
void because it is confusing and not very
useful.