Live data from Hacker News

Viewing profile — mhimmel

mhimmel

HN member
Joined
Tue, May 24, 2016, 7:04 PM UTC
HN karma
2
Public activity
1 items

About mhimmel

No profile information was provided.

Recent public activity

  1. comment
    Comment #11764605

    eq() is equivalent to selecting an item from an array and can be replaced by using bracket notation (e.g., arr[1]). In D3 you can do selection.classed('active', false). This is equ…