Skip to content

Instantly share code, notes, and snippets.

@arecvlohe
Last active May 9, 2016 21:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save arecvlohe/d4fb2585e1593eda1f2192a9536007ba to your computer and use it in GitHub Desktop.
Save arecvlohe/d4fb2585e1593eda1f2192a9536007ba to your computer and use it in GitHub Desktop.
stringCount
stringCount({
name: 'Adam',
age: 29,
friends: ['Jane', 'Joe', 'Jake', 'Johnny'],
eyeColor: null,
status: undefined,
address: {
state: 'Florida',
city: 'St. Pete'
}
})
//= 7
// There are 7 strings in this entire object, including nested objects
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment