|
|
|
|
|
by blurbytree
5279 days ago
|
|
There are only 3 things, which aren't surprising to anyone who has done much js. 1). a list of expressions eg (foo,bar,baz) evaluates to the last one.
2). Array(4) creates an empty array of 4 elements
2). Array(4).toString() = ",,,"
|
|
The same applies to the void operator, I can think of one or two cases at most where it would be useful, but I don't see anyone using it.