JSLint -Tolerate inefficient subscripting?
Posted
by James Wiseman
on Stack Overflow
See other posts from Stack Overflow
or by James Wiseman
Published on 2010-03-15T15:39:36Z
Indexed on
2010/03/15
15:49 UTC
Read the original article
Hit count: 621
jslint
|JavaScript
I'm reading the JSlint Options Documentation to understand each of the available options, and have come across one that I don't quite understand, and can't find any useful information regarding it elsewhere.
sub - Tolerate inefficient subscripting
true if subscript notation may be used for expressions better expressed in dot notation.
Can anyone shed more light as to what this means?
Thanks
© Stack Overflow or respective owner