Live data from Hacker News

Viewing profile — spicy_meatball

spicy_meatball

HN member
Joined
Mon, Jun 13, 2016, 9:10 PM UTC
HN karma
1
Public activity
1 items

About spicy_meatball

No profile information was provided.

Recent public activity

  1. comment
    Comment #11897966

    This is a tradeoff made with dynamically-typed languages. Open up your dev console and try some JS for other examples: `[] + []` or `[] + {}` or `{} + []` or `{} + {}`. There are s…