Live data from Hacker News

Viewing profile — thaumant

thaumant

HN member
Joined
Wed, Jun 15, 2016, 11:18 PM UTC
HN karma
1
Public activity
1 items

About thaumant

No profile information was provided.

Recent public activity

  1. comment
    Comment #11912893

    var a = [3] // [3] is an array var b = {3: 4}; b[3] // [3] is not an array