I parsed the following code: timelessname.com/sandbox/matrix.html

s=window.screen; w=q.width=s.width; h=q.height=s.height; m=Math.random; p=[]; <body style=margin:0 onload=""><canvas id=q> 

Whether JS documentation is described anywhere, this is an id reference to an element:

 w=q.width 

If anyone knows give a link.

  • 2
    Oh god, a typical programmer -___- - k0mar

1 answer 1

Here it is described , however, getElementById is better, because different browsers set this property differently.