Viewing profile — mhimmel
mhimmel
HN member- Joined
- Tue, May 24, 2016, 7:04 PM UTC
- HN karma
- 2
- Public activity
- 1 items
- HN profile
- View on Hacker News ↗
About mhimmel
No profile information was provided.
Recent public activity
-
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…