Skip to content

Instantly share code, notes, and snippets.

@YurkaninRyan
Created January 30, 2018 15:10
Show Gist options
  • Save YurkaninRyan/cdb008b8ad4285644e63bbc2cb349ceb to your computer and use it in GitHub Desktop.
Save YurkaninRyan/cdb008b8ad4285644e63bbc2cb349ceb to your computer and use it in GitHub Desktop.
literallyAMillionObjects.forEach(object => {
// uh-oh object 515,253 has no data for some reason :x
const { reallyImportantProperty, } = object.data;
// More mission critical code that will get you fired if it doesn't run
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment