Skip to content

Instantly share code, notes, and snippets.

@mchampaneri
Created October 10, 2020 05:41
Show Gist options
  • Save mchampaneri/d3f3438a5d6e94b83afd5532af54a2c8 to your computer and use it in GitHub Desktop.
Save mchampaneri/d3f3438a5d6e94b83afd5532af54a2c8 to your computer and use it in GitHub Desktop.
documentMap.toArray().map((msg) => {
// msg[0] is key
// msg[1] is element at key
console.log(msg[0],msg[1])
return
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment