Skip to content

Instantly share code, notes, and snippets.

@carbide-public
Created September 1, 2016 21:52
Show Gist options
  • Save carbide-public/481016b5598540fa4b4e372e5f281911 to your computer and use it in GitHub Desktop.
Save carbide-public/481016b5598540fa4b4e372e5f281911 to your computer and use it in GitHub Desktop.
untitled
import _ from 'lodash';
let person = {name: 'Lee'};
_.get(person, 'name');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment