Hacker News new | past | comments | ask | show | jobs | submit login

  describe("something", () => {
    it(should(exist))
    it(should(be_owned_by, "root"))
  });
Also

  _.map(["a"], s => alert(s))
Or just

  _.map(["a"], alert)



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: