Skip to content

Instantly share code, notes, and snippets.

View sthawali's full-sized avatar

Shekhar Thawali sthawali

  • Leftshift Technologies
  • pune
View GitHub Profile
@detj
detj / in-arr-object.js
Created March 27, 2014 11:49
Search an object inside an Array of objects using a key
/**
* Searches object in Array by key
*
* Usage:
*
* List should be an Array like this
* var foo = {};
* var list = [
* { name: {} }, { name: foo }, { name: {} }
* ];
@staltz
staltz / introrx.md
Last active July 27, 2024 04:59
The introduction to Reactive Programming you've been missing