(no title)
d4n3 | 11 years ago
If the first couple of results were numbers or booleans, they would be summed:
> true + 10 + " result"
11 result
> [true,10," result"].join('')
true10 resultd4n3 | 11 years ago
If the first couple of results were numbers or booleans, they would be summed:
> true + 10 + " result"
11 result
> [true,10," result"].join('')
true10 result
mschoebel|11 years ago
alexsop2|11 years ago
d4n3|11 years ago
unknown|11 years ago
[deleted]