Live data from Hacker News

Viewing profile — OtherMush

OtherMush

HN member
Joined
Fri, Oct 18, 2019, 10:00 PM UTC
HN karma
1
Public activity
1 items

About OtherMush

No profile information was provided.

Recent public activity

  1. comment
    Comment #21295404

    I looks like only the two built-in variables "array1" and "array2" can be used like actual arrays. someBot = someArray[0]; will not work but array1 = someArray; someBot = array1[0]…