I see statements like this inside a quojs javascript library:
return r(e,this[0].className)
or
return this[0].style[e]||n(this[0],e)
I know from the documentation that this refers to the "global object." But what does the array mean? The array of properties of the global object?