Skip to content

Instantly share code, notes, and snippets.

@ameliabradley
Forked from carbide-public/ untitled.carbide.md
Last active October 14, 2016 15:35
Show Gist options
  • Save ameliabradley/7d01ba9a95999c47df4557563055ba5d to your computer and use it in GitHub Desktop.
Save ameliabradley/7d01ba9a95999c47df4557563055ba5d to your computer and use it in GitHub Desktop.
untitled
import _ from 'lodash';
let person = {name: 'Lee'};
_.get(person, 'name');
_.isEmpty('');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment