Viewing profile — thaumant
thaumant
HN member- Joined
- Wed, Jun 15, 2016, 11:18 PM UTC
- HN karma
- 1
- Public activity
- 1 items
- HN profile
- View on Hacker News ↗
About thaumant
No profile information was provided.
Recent public activity
-
comment
Comment #11912893
var a = [3] // [3] is an array var b = {3: 4}; b[3] // [3] is not an array